文档
测试

发送队列查询

GET
blg.baidukongjian.com/miniblg/api/task/getSendQueue

请求参数

参数名
类型
描述
必填
userName
string
当前登录用户
必填
imei
string
设备码
必填

响应参数

参数名
类型
描述
必填
ret
string
响应信息
必填
ok
string
响应成功
必填
noTask
string
无任务
必填
其他响应信息
必填
data_arr
arr
响应数据
必填
corpName
string
企业名称
必填
sendTemplate
string
发送话术
必填
sendTask
arr
发送名单
必填
id
int
客户id
必填
customerName
string
客户名称
必填
phoneNum
string
客户手机号
必填
customerTag
string
客户标签
必填
email
string
客户邮箱
必填
sex
string
客户性别
必填

说明 / 示例

``` { "ret": "noTask", "data_arr": "此账号企业的【今日发送数量】已达到【企业最大发送数量】上限" } ``` ``` { "ret": "ok", "data_arr": { "corpName": "盛羽迅畅", "sendTemplate": "hello", "sendTask": [ { "id": 161, "userName": "15069663158", "corpName": "盛羽迅畅", "imei": "20210421", "customerName": "张宝强", "phoneNum": "13039936669", "customerTag": null, "email": null, "sex": null, "customerStatus": "未发送", "updateTime": "2021-04-22 16:19:48" }, { "id": 162, "userName": "15069663158", "corpName": "盛羽迅畅", "imei": "20210421", "customerName": "宁朋君", "phoneNum": "13040300006", "customerTag": null, "email": null, "sex": null, "customerStatus": "未发送", "updateTime": "2021-04-22 16:19:48" }, { "id": 163, "userName": "15069663158", "corpName": "盛羽迅畅", "imei": "20210421", "customerName": "马瑞", "phoneNum": "13042922852", "customerTag": null, "email": null, "sex": null, "customerStatus": "未发送", "updateTime": "2021-04-22 16:19:48" } ] } } ```