加入群聊
POST
/room/addMember
请求参数
Body 参数application/json
token
string
必需
botUserId
string
托管微信的userId
contactWxid
string
群成员的wxid
roomWxid
string
群的wxid
示例
{
"token": "string",
"botUserId": "string",
"contactWxid": "string",
"roomWxid": "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-stream-api.ddregion.com/room/addMember' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
code
number
返回码
message
string
必需
示例
{
"code": 0,
"message": "string"
}
修改于 2024-09-11 10:27:58