拉取上行明细接口
POST
http://{{xxx}}/msg/pull/mo
请求
URL:http://xxx/msg/pull/mo
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'http://xxx/msg/pull/mo'
响应示例响应示例
{
"ret": 0,
"result": [
{
"destCode": "106598054231708616",
"mobile": "18917407239",
"moTime": "1805221048",
"spCode": "106598054231708616",
"messageContent": "您好"
}
]
}
请求参数
Body 参数application/x-www-form-urlencoded
account
string
API账号
示例值:
string
password
string
API密码
示例值:
string
count
string
可选
示例值:
integer
返回响应
修改于 2021-12-30 05:48:56