邀请/添加 进群
请求参数
| 参数名 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
wechat-token | header | string | 必填 | — |
appId | body | string | 必填 | 设备ID |
wxids | body | string | 必填 | 邀请进群的好友wxid,多个英文逗号分隔 |
chatroomId | body | string | 必填 | 群ID |
reason | body | string | 必填 | 邀请进群的说明 |
请求示例
{
"appId": "",
"wxids": "",
"chatroomId": "",
"reason": ""
}响应示例
{
"ret": 200,
"msg": "操作成功"
}