- 统一接口
- 分管控制台/客服坐席管理
- 客服坐席
- 主控
- 总号池调配
- 注册账号
- 服务器
- 任务观察
- 号商
- 规则设定
- 招呼/营销/推送参数
- 动态发送
- 个人版
- 钱包管理
- 分管
- 菜单管理
- 管理员
- 首页
- IP管理
- 坐席主管
- ip2world
- 拉群
- 消息回调POST
- 重新登录POST
- 协议回调更新手机号状态POST
- 物理IP获取POST
- 提供给协议做调用POST
个人6段数据导出并删除账号
开发中
开发环境
开发环境
POST
/kk/accountprocess/exportAndDeletePersonAccountProcess
/kk/accountprocess/exportAndDeletePersonAccountProcess
请求参数
Header 参数
token
string
可选
Body 参数application/json
ids
array[string]
ids
beginIndex
string
区间开始位置
endIndex
string
区间结束位置
request
object
同 查询总号池列表查询参数
phoneNumber
string
必需
startImportTime
null
必需
endImportTime
null
必需
platform
string
必需
userName
string
必需
mktCooldownDur
string
必需
state
string
必需
orderByColumn
string
必需
editDataCnt
string
必需
示例
{
"ids": [
"string"
],
"beginIndex": "string",
"endIndex": "string",
"request": {
"phoneNumber": "string",
"startImportTime": null,
"endImportTime": null,
"platform": "string",
"userName": "string",
"mktCooldownDur": "string",
"state": "string",
"orderByColumn": "string",
"editDataCnt": "string"
}
}
示例代码
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/accountprocess/exportAndDeletePersonAccountProcess' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"beginIndex": "string",
"endIndex": "string",
"request": {
"phoneNumber": "string",
"startImportTime": null,
"endImportTime": null,
"platform": "string",
"userName": "string",
"mktCooldownDur": "string",
"state": "string",
"orderByColumn": "string",
"editDataCnt": "string"
}
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-04-10 11:54:38