{
"count": 100
}curl -X POST 'http://localhost:8080/sendsms/mo/pull' \
-H 'Content-Type: application/json' \
-H 'X-Api-Key: <your-api-key>' \
-H 'X-Timestamp: <unix-timestamp>' \
-H 'X-Nonce: <random-string>' \
-H 'X-Sign: <sha256-hex>' \
-d '{"count": 100}'{
"code": 0,
"msg": "OK",
"data": [
{
"batch_id": "951753963258741236",
"sms_content": "匹配的原发送内容",
"time": 1735718400,
"ext_no": "扩展子号",
"content": "客户回复的上行内容",
"mobile": 13800138000
}
]
}