wxhook

微信


方法_批量获取群成员详细邀请信息

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>方法_批量获取群成员详细邀请信息,可以获取群成员是由谁邀请进来的</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:30001/GetChatrooMmemberDetail</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <h5>发送参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名(好友)</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">gid</td> <td style="text-align: left;">string</td> <td>群ID</td> </tr> </tbody> </table> <h5>发送示例</h5> <pre><code>{ "gid": "12345@chatroom" }</code></pre> <h5>返回示例</h5> <pre><code>{ "type": "chatroom", "gid": "18475851833@chatroom", "member_count": "4", "master_wxid": "wxid_abcsm7kmr62s22", "master_nickname": "Visions", "chatroom_name": "学习交流群", "member": [ { "wxid": "wxid_abcsm7kmr62s22", "nickname": "Visions", "user_head_big": "https://wx.qlogo.cn/mmhead/ver_1/ZHDxayhgh4WVgPdj3x4wLJhiaZXDCz...", "user_head_small": "https://wx.qlogo.cn/mmhead/ver_1/ZHDxayhgh4WVgPdj3x4wLJhiaZXDCzq6DicuG7dYHujMutJ...", "user_flag": "9", "inviter_wxid": "themid" }, { "wxid": "wxid_71oa2aij4w2n22", "nickname": "水流", "user_head_big": "https://wx.qlogo.cn/mmhead/ver_1/gia6wFichwD...", "user_head_small": "https://wx.qlogo.cn/mmhead/ver_1/gia6wFichwD6r0nj1...", "user_flag": "1", "inviter_wxid": "wxid_abcsm7kmr62s22" }, { "wxid": "xaixin1314", "nickname": "郭文海[加油]", "user_head_big": "https://wx.qlogo.cn/mmhead/ver_1/R422pohCA...", "user_head_small": "https://wx.qlogo.cn/mmhead/ver_1/R422...", "user_flag": "1", "inviter_wxid": "wxid_abcsm7kmr62s22" }, { "wxid": "themid", "nickname": "Hahaa", "user_head_big": "https://wx.qlogo.cn/mmhead/ver_1/wvrTlK...", "user_head_small": "https://wx.qlogo.cn/mmhead/ver_1/wvrT...", "user_flag": "1", "inviter_wxid": "wxid_abcsm7kmr62s22" } ] }</code></pre>

页面列表

ITEM_HTML