WebHook
状态推送
消息状态参数
字段
数据类型
是否必填
描述
accountNo
String
是
产品账号
appKey
String
是
应用KEY
messageId
String
是
消息ID
mobile
String
是
手机号码
status
String
是
状态 0: 进行中,1:失败,2:成功
code
String
是
Code success: 成功, failed :失败
reportTime
String
是
状态报告时间 yyyy-MM-dd HH:mm:ss
errCode
String
否
status=1 时,有值,原始失败码
errMessage
String
否
status=1 时,有值,失败原因
推送示例
{
"accountNo":"110129512080522",
"appKey": "6285234567899",
"messageId": "8618912123456",
"mobile": "861571111111",
"status":"0",
"code":"success",
"errCode":null,
"errMessage":null,
"reportTime":"2024-12-12 11:12:12"
}
最后更新于