WeChatApi


删除群成员

<p><strong>简要描述:</strong></p> <ul> <li>删除群成员</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://127.0.0.1:8989/api</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>JSON参数:</strong></p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">是否必选</th> <th style="text-align: left;">类型</th> <th style="text-align: left;">说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td style="text-align: left;">消息类型</td> </tr> <tr> <td style="text-align: left;">chat_room_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td style="text-align: left;">群ID</td> </tr> <tr> <td style="text-align: left;">wx_id_list</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td style="text-align: left;">群成员微信ID列表</td> </tr> </tbody> </table> <p><strong>发送示例:</strong></p> <pre><code class="language-json">{     &amp;quot;type&amp;quot;: 27, &amp;quot;chat_room_id&amp;quot;: &amp;quot;xxx@chatroom&amp;quot;, &amp;quot;wx_id_list&amp;quot;: [ &amp;quot;wxid_xxxx1&amp;quot;, &amp;quot;wxid_xxxx2&amp;quot; ] }</code></pre>

页面列表

ITEM_HTML