WeChatApi


群成员进群通知

<p><strong>简要描述:</strong></p> <ul> <li>群成员进群通知【需要自己开一个HTTP服务,DLL会主动请求你,并把消息内容推送到约定接口】</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://127.0.0.1:9000/msg</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>消息示例:</strong></p> <pre><code class="language-json">{ &amp;quot;type&amp;quot;: 333, // 推送类型,固定为333 &amp;quot;chat_room_id&amp;quot;: &amp;quot;xxx@chatroom&amp;quot;, // 群ID /* 进群者的信息列表 */ &amp;quot;member_list&amp;quot;:[         {             &amp;quot;room_name&amp;quot;:&amp;quot;&amp;quot;, // 群昵称             &amp;quot;wx_id&amp;quot;:&amp;quot;wxid_xxx&amp;quot; // 微信ID         }, ...     ], &amp;quot;msg&amp;quot;: &amp;quot;进群事件&amp;quot;, // 提示内容 &amp;quot;self_wx_id&amp;quot;: &amp;quot;wxid_xxxx&amp;quot;, // 自己的微信ID &amp;quot;port&amp;quot;: 8989 // DLL的端口号 }</code></pre>

页面列表

ITEM_HTML