Authorization: Bearer ********************
{"pageNo":1,
"pageSize":10,
"params":
{
"id": 123456,
"batchId": "20250301_batch_001",
"mobile": "13800138000,13900139000",
"content": "这是一条测试短信内容",
"status": 1,
"reasonsFailure": "",
"templateId": 1001,
"createTime": "2025-03-01T12:00:00",
"creater": "admin",
"modifyTime": "2025-03-01T14:30:00",
"modifier": "editor",
"messageCount": 1
}
}
curl --location --request POST '/api/system/smsRecord/page' \
--header 'Content-Type: application/json' \
--data-raw '{"pageNo":1,
"pageSize":10,
"params":
{
"id": 123456,
"batchId": "20250301_batch_001",
"mobile": "13800138000,13900139000",
"content": "这是一条测试短信内容",
"status": 1,
"reasonsFailure": "",
"templateId": 1001,
"createTime": "2025-03-01T12:00:00",
"creater": "admin",
"modifyTime": "2025-03-01T14:30:00",
"modifier": "editor",
"messageCount": 1
}
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"id": 0,
"batchId": "",
"mobile": "",
"content": "",
"status": 0,
"reasonsFailure": "",
"templateId": 0,
"createTime": "",
"creater": "",
"modifyTime": "",
"modifier": "",
"messageCount": 0
}
],
"total": 0,
"current": 0,
"size": 0
}
}