说明
社区版跟专业版的区别
1、基础功能
2、拉取好友/群/成员/公众号列表
3、发送消息
4、好友操作
5、群操作
创建群聊
修改群名称
发送群公告
邀请好友进群(40人以下)
邀请好友进群(40人以上)
同意好友邀请进群
群二维码进群
删除群成员
群聊保存/取消保存到通讯录
批量查询群成员的群昵称
修改自己的群昵称
退出群聊
6、控制类
7、公众号
8、朋友圈
9、小程序
10、数据库
11、搜一搜
12、CDN上下载
13、其他
监听消息(DLL主动请求你的)

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;">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;: 22, &amp;quot;wx_id_list&amp;quot;: [ &amp;quot;wxid_xxxx1&amp;quot;, &amp;quot;wxid_xxxx2&amp;quot; ] }</code></pre> <p><strong>返回示例:</strong></p> <pre><code class="language-json">{ &amp;quot;data&amp;quot;: { &amp;quot;chat_room_id&amp;quot;: &amp;quot;xxx@chatroom&amp;quot; // 群ID }, &amp;quot;errmsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;errno&amp;quot;: 0 }</code></pre>

页面列表

ITEM_HTML