- 统一接口
- 分管控制台/客服坐席管理
- 客服坐席
- 主控
- 分管
- 分管号池调配
- 执行任务
- 资料创建/上传
- (分控)营销方案设置
- 分组
- 用户数据导出
- 内容管理
- 分管 招呼营销推送参数
- 聊天通道
- 动态发送
- 个人版
- 群聊管理
- 互聊管理
- 互聊养号号池
- 互聊养号规则
- 互聊养号分组
- 互聊养号任务
- 营销话术
- 钱包管理
- 主管任务列表
- 菜单管理
- 管理员
- 首页
- IP管理
- 坐席主管
- ip2world
- 拉群
- 消息回调POST
- 重新登录POST
- 协议回调更新手机号状态POST
- 物理IP获取POST
- 提供给协 议做调用POST
互聊养号号池下线
开发中
开发环境
开发环境
PUT
/kk/chatAccountProcess/updateChatAccountProcessOffline
/kk/chatAccountProcess/updateChatAccountProcessOffline
请求参数
Header 参数
token
string
可选
Body 参数application/json
beginIndex
string
必需
endIndex
string
必需
ids
array[string]
必需
managedId
string
必需
groupId
string
必需
name
string
必需
groupIsNull
boolean
必需
socketId
string
必需
socketType
string
必需
request
object
必需
phoneNumber
string
必需
state
array[string]
必需
groupName
array[string]
必需
platform
array[string]
必需
minFriendCount
null
必需
maxFriendCount
null
必需
minBeFriendedCount
null
必需
maxBeFriendedCount
null
必需
minCumulativeChatCount
null
必需
maxCumulativeChatCount
null
必需
country
string
必需
orderByColumn
string
必需
示例
{
"beginIndex": "",
"endIndex": "",
"ids": [],
"managedId": "",
"groupId": "1",
"name": "",
"groupIsNull": false,
"socketId": "",
"socketType": "",
"request": {
"phoneNumber": "",
"state": [],
"groupName": [],
"platform": [],
"minFriendCount": null,
"maxFriendCount": null,
"minBeFriendedCount": null,
"maxBeFriendedCount": null,
"minCumulativeChatCount": null,
"maxCumulativeChatCount": null,
"country": "",
"orderByColumn": "kk_accountprocess.state,kk_accountprocess.createTime DESC,kk_accountprocess.id"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:8080/kk/chatAccountProcess/updateChatAccountProcessOffline' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginIndex": "",
"endIndex": "",
"ids": [],
"managedId": "",
"groupId": "1",
"name": "",
"groupIsNull": false,
"socketId": "",
"socketType": "",
"request": {
"phoneNumber": "",
"state": [],
"groupName": [],
"platform": [],
"minFriendCount": null,
"maxFriendCount": null,
"minBeFriendedCount": null,
"maxBeFriendedCount": null,
"minCumulativeChatCount": null,
"maxCumulativeChatCount": null,
"country": "",
"orderByColumn": "kk_accountprocess.state,kk_accountprocess.createTime DESC,kk_accountprocess.id"
}
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-04-15 09:48:45