说明: 由我方运营人员配置客户http推送地址后,平台会将 http-api接入的短信,状态报告主动推送给用户配置地址。
参数 | 说明 | 类型 |
---|---|---|
appId |
应用id( 短信-短信应用) |
String |
orderId |
自定义消息id |
String |
msgid |
提交号码对应平台msgid |
String |
mobile |
提交号码 |
String |
status |
状态码:0成功,其它失败 |
Int |
reason |
原因描述 |
String |
timestamp |
报告回执时间 |
Long |
mcc |
mcc |
String |
mnc |
mnc |
String |
pricedetail |
费用详情 |
JSONObject |
pay |
总费用 |
String |
chargeCnt |
计费条数 |
Int |
currency |
币种 |
String |
price |
单价 |
String |
用户配置的https推送地址
RequestURL:
用户配置的http推送地址
RequestMethod:
POST
RequestHeaders:
User-Agent: Java/1.8.0_232
Content-Type: application/json;charset=UTF-8
RequestBody:
{
"appId":"4luaKsL2",
"orderId":"21412",
"msgid":"2108021059531000096",
"mobile":"91850000000",
"status":0,
"reason":"0",
"timestamp":1629801177192,
"mcc":'404',
"mnc":'-1',
"pricedetail":{
"pay":"0.02",
"currency":"EUR",
"chargeCnt":2,
"price":"0.01"
}
}
意见反馈