群成员批量删除
[TOC]
简要描述
- 群成员批量删除
请求URL
http://localhost:30001/ChatRoomMemberBatchDelete
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
gid | 是 | string | 群ID |
wxidlist | 是 | string | 要删除的群成员wxid清单</br>每个微信ID之间使用,分割 |
发送示例
{
&quot;gid&quot;: &quot;25715324622@chatroom&quot;,
&quot;wxidlist&quot;: &quot;themid,wxid_38zehz4m7hee20&quot;
}
返回示例
{
&quot;success&quot;: &quot;1&quot;,
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
success | string | 成功返回1 失败返回 0 |