云真机

API接口文档


获取单个客户群详情

<h5>简要描述</h5> <ul> <li>获取单个客户群详情</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://oapi-yzj.miaokol.com/wechat/roomDetail</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>请求参数</h5> <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;">app_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td style="text-align: left;">APP ID</td> </tr> <tr> <td style="text-align: left;">access_token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td style="text-align: left;">Access Token</td> </tr> <tr> <td style="text-align: left;">wxid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td style="text-align: left;">群wxid,如:R:xxx1</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>GET /wechat/roomDetail?app_id=xxx&amp;amp;access_token=xxxx&amp;amp;wxid=R:xxxxx HTTP/1.1 Host:oapi-yzj.miaokol.com Content-Type: application/x-www-form-urlencoded </code></pre> <h5>响应示例</h5> <pre><code>HTTP/1.1 200 OK Content-Type: application/json; charset=UTF-8 {     &amp;quot;data&amp;quot;:{         &amp;quot;id&amp;quot;:1,         &amp;quot;user_id&amp;quot;:1,         &amp;quot;sub_user_id&amp;quot;:0,         &amp;quot;corp_id&amp;quot;:1,         &amp;quot;wxid&amp;quot;:&amp;quot;R:xxxx&amp;quot;,         &amp;quot;nickname&amp;quot;:&amp;quot;群11&amp;quot;,         &amp;quot;nickname_pinyin&amp;quot;:&amp;quot;qun11&amp;quot;,         &amp;quot;avatar&amp;quot;:&amp;quot;\/\/cdn-qyb-hz.wxb.com\/public\/wechatdata\/avatar\/1\/9a86514696e05aed24acf7afb57c89c3.png&amp;quot;,         &amp;quot;owner_wxid&amp;quot;:&amp;quot;1688849973752538&amp;quot;,         &amp;quot;member_count&amp;quot;:208,         &amp;quot;wx_ctime&amp;quot;:1626691761,         &amp;quot;corp_tag_wxids&amp;quot;:&amp;quot;&amp;quot;,         &amp;quot;biz_bitval&amp;quot;:0,         &amp;quot;ctime&amp;quot;:1651828683,         &amp;quot;utime&amp;quot;:1657698268,         &amp;quot;announcement&amp;quot;:&amp;quot;xxxx&amp;quot;,         &amp;quot;disable_modify_name&amp;quot;:1,         &amp;quot;invite_confirm&amp;quot;:1,         &amp;quot;tags&amp;quot;:[         ]     },     &amp;quot;errcode&amp;quot;:0 } </code></pre> <h5>响应说明</h5> <ul> <li>data类型为对象,数组项说明如下</li> </ul> <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;">user_id</td> <td style="text-align: left;">int</td> <td>用户id</td> </tr> <tr> <td style="text-align: left;">wxid</td> <td style="text-align: left;">string</td> <td>群微信id</td> </tr> <tr> <td style="text-align: left;">owner_wxid</td> <td style="text-align: left;">string</td> <td>群主微信id</td> </tr> <tr> <td style="text-align: left;">nickname</td> <td style="text-align: left;">string</td> <td>群名称</td> </tr> <tr> <td style="text-align: left;">member_count</td> <td style="text-align: left;">int</td> <td>群成员人数</td> </tr> <tr> <td style="text-align: left;">invite_confirm</td> <td style="text-align: left;">int</td> <td>群聊邀请是否需要确认:0否;1是;</td> </tr> <tr> <td style="text-align: left;">tag_id</td> <td style="text-align: left;">array</td> <td>群标签id,[]或[xxx,xxx]</td> </tr> <tr> <td style="text-align: left;">tags</td> <td style="text-align: left;">array</td> <td>群标签名称,[]或[xxx,xxx]</td> </tr> </tbody> </table>

页面列表

ITEM_HTML