名称:某次模板记录的用户详情(列表)
接口:/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": "阿斯顿",
"email": "18888888888@qq.com",
"remark": "remart",//成功或者失败备注
"sex": "女",
"send_time": null //为null表示还没有发送,正常时间格式为2020-12-1 12:0:0
}
]
}