{
"count": 100
}curl -X POST 'http://localhost:8080/sendsms/report/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": [
{
"time": 1735718400,
"batch_id": "951753963258741236",
"status": "DELIVRD",
"status_desc": "接收成功",
"phone_data": "自定义透传参数",
"phone_number": "13800138000",
"user_data": "自定义用户数据",
"split_count": 1
}
]
}