- 必读文档(问问题前先看完这里)
- 枚举类
- 回调
- 客户端
- 登录
- 用户
- 消息
- 联系人
- 群聊
- 云存储
- 标签
- 朋友圈
- 同步
设置实例通知地址
POST
/client/set_notify_url
Client
请求参数
Body 参数application/json
guid
string
Guid
notify_url
string
Notify Url
示例
{
"guid": "string",
"notify_url": "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 '/client/set_notify_url' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "string",
"notify_url": "string"
}'
返回响应
🟢200Successful Response
application/json
Body
No schema defined
示例
null
🟠422Validation Error
修改于 2025-06-04 05:24:07