- 统一接口
- 分管控制台/客服坐席管理
- 客服坐席
- 主控
- 分管
- 菜单管理
- 管理员
- 首页
- IP管理
- 坐席主管
- ip2world
- 拉群
- 消息回调POST
- 重新 登录POST
- 协议回调更新手机号状态POST
- 物理IP获取POST
- 提供给协议做调用POST
查询分管拥有的全局规则
开发中
开发环境
http://localhost:8080
开发环境
http://localhost:8080
POST
/kk/greetruleref/selectgrbymanagedId
请求参数
Header 参数
token
string
必需
示例值:
b40a3346777d41bc89672c9581a090d3
Body 参数application/json
object {0}
示例
{
"managedId": 4
}
示例代码
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/greetruleref/selectgrbymanagedId' \
--header 'token: b40a3346777d41bc89672c9581a090d3' \
--header 'Content-Type: application/json' \
--data-raw '{
"managedId": 4
}'
返回响应
🟢200成功
application/json
Body
msg
string
必需
code
integer
必需
data
array [object {4}]
必需
id
integer
全局规则id
name
string
全局规则名称
greetType
string
招呼方式:文本1 图片2 语音3
contentType
string
自动回复方式:1文本,2图片,3语音,4无
示例
{
"msg": "操作成功",
"code": 200,
"data": [
{
"id": 81,
"name": "main-zhfa-test1",
"greetType": "2",
"contentType": "1"
},
{
"id": 82,
"name": "main-zhfa-test12",
"greetType": "2",
"contentType": "1"
},
{
"id": 84,
"name": "main-zhfa-test3",
"greetType": "2",
"contentType": "1"
}
]
}
修改于 2023-08-16 06:30:38