客户群组成员信息详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>客户群组成员信息详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://localhost:8088/clientside/appChatGroup/groupMember</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>环信群组id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"resultMsg": "OK",
"resultCode": 200,
"resultInfo": {
"groupId": 1,
"hxGroupId": "84686748581889",
"groupName": "我们家-杨亮01-交流群",
"groupNotice": "全心全意为每个我们家的客户服务",
"orderNum": "12345678",
"customerName": "客户",
"createTime": 1560160024000,
"memberList": [{
"rolename": "实小创",
"cellphone": "13014752100",
"hxGroupId": "84686748581889",
"userName": "李阳"
}, {
"rolename": "项目经理",
"cellphone": "13014752101",
"hxGroupId": "84686748581889",
"userName": "工长1"
}, {
"rolename": "设计师",
"cellphone": "13014752102",
"hxGroupId": "84686748581889",
"userName": "设计师1"
}, {
"rolename": "客户",
"cellphone": "1324556611",
"hxGroupId": "84686748581889",
"userName": "客户"
}, {
"rolename": "群聊管家",
"cellphone": "13012345678",
"hxGroupId": "84686748581889",
"userName": "iHome群聊管家"
}]
},
"page": null,
"ext": null
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">memberList</td>
<td style="text-align: left;">list</td>
<td>人员列表</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>