参数 | 说明 | 是否必填 | 类型 |
---|---|---|---|
appId | 应用id | 是 | String |
businessPhone | 商家号码 | 是 | String |
code | 验证码 | 是 | String |
Request URL:
https://api.itniotech.com/wa/phone/verify
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"appId":"appId",
"businessPhone":"91856321412",
"code":"123456"
}
参数 | 说明 | 类型 |
---|---|---|
status | 状态码,0成功,其他失败参见响应状态码说明 | String |
reason | 原因说明 | String |
data | null | String |
{
"status": "0",
"reason": "success",
"data": null
}