名称:某次模板记录的用户详情(列表)
接口:/merchant/Lcm/sendSmsUsersList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
id | int | Y | id为已经发送模板记录的id | 36 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": [
{
"id": 86,
"status": 1,//1 发送中,2 已发送 3 发送失败 4 定时发送 未发生 5 定时发送已发送 6 定时发送 发送失败
"username": "阿斯顿",
"phone": "18888888888",
"remark": "remart",//成功或者失败备注
"sex": "女",
"send_time": null //为null表示还没有发送,正常时间格式为2020-12-1 12:0:0
},
{
"id": 87,
"status": 1,
"username": "冯涛",
"phone": "13681851661",
"sex": "男",
"send_time": null
},
{
"id": 88,
"status": 1,
"username": "康建会",
"phone": "18226545908",
"sex": "女",
"send_time": null
},
{
"id": 89,
"status": 1,
"username": "匡霞",
"phone": "13855359260",
"sex": "男",
"send_time": null
}
]
}