参数 | 说明 | 是否必填 | 类型 |
---|---|---|---|
appId |
应用id |
是 |
String |
msgid |
BUKA平台的消息id |
否 |
String |
number |
带有号码前缀的客户手机号码,例如:8613512345678 |
是 |
String |
time |
验证码回填的时间戳 |
是 |
String |
生产环境地址:https://api.onbuka.com/v3/postback/backfill
Request URL:
https://api.onbuka.com/v3/postback/backfill
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"appId":"4luaKsL2",
"msgid":"2304101710409000001",
"number":"8613512345678",
"time":"1681184764000"
}
参数 | 说明 | 类型 |
---|---|---|
status |
状态码,0成功,其他失败参见状态码说明 |
String |
reason |
失败原因说明 |
String |
{
"status": "0",
"reason": "success"
}
{
"status": "-14",
"reason": "Field is empty or query ID is abnormal"
}
意见反馈