文档
测试

短信发送记录查询

POST
xxxxxx/smsaccount/querySmsInfo

接口描述

xxxxx 为具体环境url

请求头

参数名
类型
描述
必填
sms
object
请求对象
必填
current
int
当前第几页
必填
limit
int
每页条数
必填
notify_type
int
短信通知类型6:取件通知 7:崔件通知
必填
queryStartDate
string
月份,示例:2021-04-01
必填

请求参数

参数名
类型
描述
必填
ret
int
示例:0
必填
data
object
数据字典
必填
current
int
当前第几页
必填
smsInfoList
array
数据列表
必填
package_id
int
包裹ID
必填
package_no
string
包裹单号
必填
mobile
string
手机号
必填
creation_time
int
创建时间
必填
express_id
int
快递品牌ID
必填
notify_type
int
短信通知类型6:取件通知 7:崔件通知
必填
template_content
string
短信模板内容
必填
send_time
object
发送时间
必填
status
object
发送状态 0:未发送 2:发送中 1:发送成功 4:发送失败
必填
current
object
示例:null
必填
limit
int
每页条数
必填
msg
string
示例:请求正常
必填
code
string
示例:200
必填
list
object
示例:null
必填

说明 / 示例

返回结果示例: { "ret": 0, "data": { "current": 1, "smsInfoList": [ { "id": 2, "package_id": 4567, "package_no": "46568957453433", "mobile": "15914503850", "creation_time": 1617779534000, "express_id": 1, "msg_template_id": 1, "msg_channel_id": 1, "account_id": 1, "msg_record_id": 10, "demo_id": 2, "notify_type": 6, "template_content": "【云象包包】您好,您的${express}快递已放在${addr},包裹标识${code},请尽快提取,详细点击${url}谢谢", "send_time": null, "report_time": null, "status": null, "current": null, "limit": null, "queryStartDate": null, "queryEndDate": null, "user_type": null, "user_id": null }, { "id": 1, "package_id": 4567, "package_no": "46568957453433", "mobile": "15914503850", "creation_time": 1617779534000, "express_id": 1, "msg_template_id": 1, "msg_channel_id": 1, "account_id": 1, "msg_record_id": 10, "demo_id": 2, "notify_type": 6, "template_content": "【云象包包】您好,您的${express}快递已放在${addr},包裹标识${code},请尽快提取,详细点击${url}谢谢", "send_time": null, "report_time": null, "status": null, "current": null, "limit": null, "queryStartDate": null, "queryEndDate": null, "user_type": null, "user_id": null } ], "limit": 10 }, "msg": "请求正常", "code": "200", "list": null }