托管账号昵称变更回调
POST
请求参数
Query 参数
token
string
调用接口凭证,
Body 参数application/json
botId
string
系统托管账号ID
imBotId
string
托管账号对应成员ID
existsValue
object
历史信息
name
string
历史昵称
avatar
string
历史头像
newValue
object
更新信息
name
string
更新昵称
avatar
string
更新头像
示例
{
"botId": "string",
"imBotId": "string",
"existsValue": {
"name": "string",
"avatar": "string"
},
"newValue": {
"name": "string",
"avatar": "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 '?token=' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-11-12 06:04:34