说明: 由我方运营人员配置http推送地址后,平台收到上行短信将会推送至该地址。
参数 | 说明 | 是否必填 | 类型 |
---|---|---|---|
msgid |
提交号码对应平台msgid |
是 |
String |
mobile |
提交号码 |
是 |
String |
reply_time |
回复时间:yyyy-MM-dd HH:mm:ss |
是 |
String |
content |
回复内容 |
是 |
String |
sendid |
发送者 |
否 |
String |
mcc |
mcc |
是 |
Int |
mnc |
mnc |
是 |
Int |
operator |
运营商名称 |
否 |
String |
pricedetail |
费用详情 |
是 |
JSONObject |
pay |
总费用 |
是 |
String |
chargeCnt |
计费条数 |
是 |
Int |
currency |
币种 |
是 |
String |
price |
单价 |
是 |
String |
用户配置的上行推送地址
Request URL:
用户配置的上行推送地址
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Request Body:
{
"msgid":"2108021059531000096",
"mobile":"91850000000",
"reply_time":"2022-11-09 11:00:00",
"content":"hello",
"sendid":"918663322141",
"mcc":515,
"mnc":-1,
"operator":"Philippines",
"pricedetail":{
"pay":"0.02",
"currency":"EUR",
"chargeCnt":2,
"price":"0.01"
}
}
Http响应200成功即可,平台不做响应内容校验
意见反馈