参数 | 说明 | 类型 |
---|---|---|
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":"91856321413",
"reply_time":"2022-11-09 11:00:00",
"content":"hello",
"sendid":"918663322141",
"mcc":515,
"mcn":-1,
"operator":"Philippines",
"pricedetail":{
"pay":"0.02",
"currency":"USD",
"chargeCnt":2,
"price":"0.01"
}
}