好友申请回调
开发中
POST
https://aa-hub.ddregion.com
请求参数
Body 参数application/json
botId
string
必需
imBotId
string
必需
imContactId
string
必需
imContactName
string
联系人名称
hello
string
打招呼语
示例
{
"botId": "string",
"imBotId": "string",
"imContactId": "string",
"imContactName": "string",
"hello": "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 'https://aa-hub.ddregion.com' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-04-24 06:07:53