- 统一接口
- 分管控制台/客服坐席管理
- 客服坐席
- 主控
- 分管
- 菜单管理
- 管理员
- 首页
- IP管理
- 坐席主管
- ip2world
- 拉群
- 消息回调POST
- 重新登录POST
- 协议回调更新手机号状态POST
- 物理IP获取POST
- 提供给协议做调用POST
分管招呼方案上传
开发中
开发环境
开发环境
POST
/kk/greetrule/subInsertGreetRule
/kk/greetrule/subInsertGreetRule
请求参数
Header 参数
token
string
可选
Body 参数application/json
name
string
必需
succGreetCnt
integer
必需
interval
integer
必需
failWaitIntvl
integer
必需
vocMsgSecond
integer
必需
vocRingSecond
integer
必需
vocRingbellCnt
integer
必需
vocRingSpac
integer
必需
videoRingSecond
integer
必需
videoRingBellCnt
integer
必需
videoRingSpac
integer
必需
pushRules
string
必需
greetType
string
必需
vocSecond
integer
必需
contentType
string
必需
示例
{
"name": "sub-zhfa-bbb",
"succGreetCnt": 46,
"interval": 120,
"failWaitIntvl": 40,
"vocMsgSecond": 1,
"vocRingSecond": 1,
"vocRingbellCnt": 1,
"vocRingSpac": 1,
"videoRingSecond": 1,
"videoRingBellCnt": 1,
"videoRingSpac": 1,
"pushRules": "3",
"greetType": "1",
"vocSecond": 122,
"contentType": "1"
}
示例代码
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/greetrule/subInsertGreetRule' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "sub-zhfa-bbb",
"succGreetCnt": 46,
"interval": 120,
"failWaitIntvl": 40,
"vocMsgSecond": 1,
"vocRingSecond": 1,
"vocRingbellCnt": 1,
"vocRingSpac": 1,
"videoRingSecond": 1,
"videoRingBellCnt": 1,
"videoRingSpac": 1,
"pushRules": "3",
"greetType": "1",
"vocSecond": 122,
"contentType": "1"
}'
返回响应
🟢200成功
application/json
Body
msg
string
必需
code
integer
必需
data
boolean
必需
示例
{
"msg": "操作成功",
"code": 200,
"data": true
}
修改于 2023-09-19 06:46:09