拉取状态报告
POST
http://xxx/msg/pull/report
请求
URL:http://xxx/msg/pull/report
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://xxx/msg/pull/report' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
"ret": 0,
"result": [
{
"uid": "154789574",
"statusDesc": "短信发送成功",
"notifyTime": "180522104730",
"mobile": "15744444444",
"msgId": "18052210472127924",
"reportTime": "1805221047",
"status": "DELIVRD"
}
]
}
请求参数
Body 参数application/json