文档
测试

获取发送名单(B端+C端)

GET
http://blg.baidukongjian.com/api/getSendQueue

接口描述

获取发送名单队列(B端+C端)

请求参数

参数名
类型
描述
必填
send_user_id
string
发送用户id
必填
corp_id
string
企业id
必填

响应参数

参数名
类型
描述
必填
ret
string
返回请求结果
必填
缺少参数
string
上传用户ide或者企业id缺少
必填
ok
string
获取成功
必填
data_arr
arr
数据数组
必填
corpId
string
企业ID
必填
sendUserId
string
发送用户id
必填
sendTime
datetime
发送时间
必填
customerStatus
string
发送状态
必填
customerId
int
C端信息主键id
必填
businessId
string
B端信息主键id
必填
username
string
成员name
必填
phoneNum
string
手机号
必填
customerTag
string
标签
必填
email
string
邮箱
必填
sex
string
性别
必填
infoStatus
string
信息状态
必填
cityArea
string
企业注册的所属市区
必填
trade
string
所属行业
必填
enterpriseName
string
企业名
必填
registeredAddr
string
公司注册地址
必填
registeredCapital
string
注册资本
必填
registeredDate
string
成立日期
必填
updateTime
date
必填
sendOrderId
int
可选
status
int
可选
addTime
date
创建时间
必填

说明 / 示例

``` { "ret": "ok", "data_arr": [ { "id": null, "corpId": "wwe5a8a3e9019e72a4", "sendUserId": "Sky", "sendTime": null, "customerStatus": "未发送", "customerId": 165, "businessId": 0, "username": "张玲梅", "phoneNum": "18637251098", "customerTag": "运动鞋服", "email": "", "sex": "", "infoStatus": "有效信息", "cityArea": "", "trade": "", "enterpriseName": "", "registeredAddr": "", "registeredCapital": "", "registeredDate": "", "updateTime": null, "sendOrderId": null, "status": 0, "addTime": "2020-10-28 10:05:04" }, { "id": null, "corpId": "wwe5a8a3e9019e72a4", "sendUserId": "Sky", "sendTime": null, "customerStatus": "未发送", "customerId": 0, "businessId": 25, "username": "王君", "phoneNum": "13000955313", "customerTag": "", "email": "13000955313@163.com", "sex": "", "infoStatus": "", "cityArea": "上海市", "trade": "商务服务业", "enterpriseName": "上海幂王实业有限公司", "registeredAddr": "上海市虹口区东大名路391-393号(单号)4层(集中登记地)", "registeredCapital": "300万人民币", "registeredDate": "2019-11-11", "updateTime": "2020-10-08 02:29:48", "sendOrderId": null, "status": 0, "addTime": null }, { "id": null, "corpId": "wwe5a8a3e9019e72a4", "sendUserId": "Sky", "sendTime": null, "customerStatus": "未发送", "customerId": 0, "businessId": 26, "username": "沈东洋", "phoneNum": "13001000034", "customerTag": "", "email": "1510936612@qq.com", "sex": "", "infoStatus": "", "cityArea": "张家口市", "trade": "商务服务业", "enterpriseName": "赤城县众益信息咨询服务有限公司", "registeredAddr": "赤城县赤城镇永泰嘉苑住宅小区二期A1号楼2单元102室", "registeredCapital": "100万人民币", "registeredDate": "2017-12-14", "updateTime": "2020-09-23 22:50:41", "sendOrderId": null, "status": 0, "addTime": null } ] } ```