- 统一接口
- 分管控制台/客服坐席管理
- 客服坐席
- 主控
- 分管
- 分管号池调配
- 执行任务
- 资料创建/上传
- (分控)营销方案设置
- 分组
- 用户数据导出
- 内容管理
- 分管 招呼营销推送参数
- 聊天通道
- 动态发送
- 个人版
- 群聊管理
- 互聊管理
- 互聊养号号池
- 互聊养号规则
- 互聊养号分组
- 互聊养号任务
- 营销话术
- 钱包管理
- 主管任务列表
- 菜单管理
- 管理员
- 首页
- IP管理
- 坐席主管
- ip2world
- 拉群
- 消息回调POST
- 重新登录POST
- 协议回调更新手机号状态POST
- 物理IP获取POST
- 提供给协议做 调用POST
查询互聊号池账号列表
开发中
开发环境
http://localhost:8080
开发环境
http://localhost:8080
POST
/kk/chatAccountProcess/selectChatAccountProcessList
请求参数
Header 参数
token
string
可选
Body 参数application/json
phoneNumber
string
必需
state
array[string]
必需
groupName
array[string]
必需
platform
array[string]
必需
minFriendCount
integer
最小添加好友数
maxFriendCount
integer
最大添加好友数
minBeFriendedCount
integer
最小被添加好友数
maxBeFriendedCount
integer
最大被添加好友数
minCumulativeChatCount
integer
最小互聊次数
maxCumulativeChatCount
integer
最大互聊次数
country
string
必需
示例
{
"phoneNumber":"",
"state":["1"],
"groupName":[""],
"platform":[""],
"minFriendCount":1,
"maxFriendCount":10,
"minBeFriendedCount":1,
"maxBeFriendedCount":10,
"minCumulativeChatCount":1,
"maxCumulativeChatCount":10,
"country":""
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8080/kk/chatAccountProcess/selectChatAccountProcessList' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber":"",
"state":["1"],
"groupName":[""],
"platform":[""],
"minFriendCount":1,
"maxFriendCount":10,
"minBeFriendedCount":1,
"maxBeFriendedCount":10,
"minCumulativeChatCount":1,
"maxCumulativeChatCount":10,
"country":""
}'