名称:商家短信发送列表
接口:/merchant/Lcm/smsTemplateLogList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
meetid | int | Y | 会议id | 18 |
page | int | Y | 页码数 | 18 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": {
"total": 39,
"per_page": 5,
"current_page": "2",
"last_page": 8,
"data": [
{
"id": 36,
"title": "短信模板4712",
"send_time": "2020-03-26 18:08:07",
"status": 5, //发送状态 1已经发送2取消发送3发送失败4等待发送5发送中
"all": 4, //所有发送短信数量
"success": 0,//发送成功短信对象数量
"fail": 0,//发送失败短信数量
"being": 4//发送中发送短信数量
},
{
"id": 42,
"title": "短信模板4712",
"send_time": "2020-03-27 11:24:30",
"status": 1,
"all": 0,
"success": 0,
"fail": 0,
"being": 0
},
{
"id": 43,
"title": "短信模板4712",
"send_time": "2020-03-27 11:25:02",
"status": 1,
"all": 0,
"success": 0,
"fail": 0,
"being": 0
},
{
"id": 44,
"title": "短信模板4712",
"send_time": "2020-03-27 11:25:06",
"status": 1,
"all": 0,
"success": 0,
"fail": 0,
"being": 0
},
{
"id": 45,
"title": "短信模板4712",
"send_time": "2020-03-27 11:25:13",
"status": 1,
"all": 0,
"success": 0,
"fail": 0,
"being": 0
}
]
}
}