- 统一接口
- 分管控制台/客服坐席管理
- 客服坐席
- 主控
- 分管
- 菜单管理
- 管理员
- 首页
- IP管理
- 坐席主管
- ip2world
- 拉群
- 消息回调POST
- 重新登录POST
- 协议回调更新手机号状态POST
- 物理IP获取POST
- 提供给协议做调用POST
修改保存内容管理
开发中
开发环境
开发环境
PUT
/xd/verification/modifyVerificationRecord
/xd/verification/modifyVerificationRecord
请求参数
Header 参数
token
string
可选
示例值:
537a574b-881d-40b5-b867-2fa5e190fe3c
Body 参数application/json
id
string
内容ID
content
string
标识格式内容
messageType
string
必需
imageContentUrl
string
图片招呼语地址
voiceContentUrl
string
语音招呼语地址
示例
{
"id": "",
"content": "",
"messageType": "",
"imageContentUrl": "",
"voiceContentUrl": ""
}
示例代码
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/xd/verification/modifyVerificationRecord' \
--header 'token: 537a574b-881d-40b5-b867-2fa5e190fe3c' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":"",
"content":"",
"messageType":"",
"imageContentUrl":"",
"voiceContentUrl":""
}'
返回响应
🟢200成功
application/json
Body
msg
string
必需
code
integer
必需
示例
{
"msg": "操作成功",
"code": 0
}
🔴500失败
修改于 2024-11-03 15:01:24