创建账户接口

  • 开发者用户需要PSTN业务的调用该接口

请求URL:

请求方式:

  • GET
  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type string 请求类型: application/x-www-form-urlencoded

请求参数:

参数名 是否必须 类型 说明
curTime long 访问请求的时间戳
appId string 应用Id
signature string 加密时间戳,大写,MD5(appId + appToken)
number string 号码, PSTN号码采用E164格式,如:+8613012345678
type int 号码类型,0:呼叫转移,1:呼叫通知

返回示例:

正确时返回:

{
    "resultCode": 0,
    "resultMsg": "create account succeed",
    "result": {
        "userId": "8613012345678"
    }
}

错误时返回:

{
    "resultCode": -1,
    "resultMsg": "create account failed"
}

返回参数说明:

参数名 类型 说明
userId string 用户Id,该Id是飞语云为开发者生成的userId,开发者用于将该userId作为SDK的uid参数进行传输




results matching ""

    No results matching ""