推荐群聊(IM系统)
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取 推荐群聊(IM系统)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.nilaib.com/gchatList/getCommendGroupList.htm</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong>
PS 基础参数必传</p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
<th>取值说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">pageno</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>分页查询页码</td>
<td>默认1(结果集第一页)</td>
</tr>
<tr>
<td style="text-align: left;">pagesize</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>每页展示的数据量</td>
<td>默认20</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;result&quot;: &quot;1000&quot;,
&quot;msg&quot;: &quot;success&quot;,
&quot;infoCount&quot;: 1000,
&quot;point&quot;: {
&quot;topUserList&quot;: [],
&quot;gameuserpic&quot;: &quot;&quot;,
&quot;groupDesc&quot;: &quot;11111111111111&quot;,
&quot;groupPic&quot;: &quot;http://121.43.186.192/img/d4/photos/2016/11/13/17/pic_1479027891980_5ae7a1c6-a3ed-42c9-9cb8-28afac17d04f.jpg&quot;,
&quot;bonusflag&quot;: 0,
&quot;gameusername&quot;: &quot;&quot;,
&quot;groupId&quot;: 8,
&quot;gameuserlevel&quot;: 0,
&quot;gametitle&quot;: &quot;&quot;,
&quot;gameanswer&quot;: &quot;&quot;,
&quot;isgame&quot;: 0,
&quot;recCount&quot;: 0,
&quot;maxintegral&quot;: 0,
&quot;groupName&quot;: &quot;哈哈哈(苏州市)&quot;,
&quot;creatorUid&quot;: 1000000,
&quot;cityOnly&quot;: 1,
&quot;gamepayDirection&quot;: 0,
&quot;payCount&quot;: 0,
&quot;groupState&quot;: 1,
&quot;gagflag&quot;: 0,
&quot;bonusenergy&quot;: &quot;0&quot;,
&quot;payDirection&quot;: 0
},
&quot;info&quot;: [{
&quot;topUserList&quot;: [],
&quot;gameuserpic&quot;: &quot;&quot;,
&quot;groupDesc&quot;: &quot;eertttrrtgtfdfgghh&quot;,
&quot;groupPic&quot;: &quot;http://121.43.186.192/img/d4/photos/2016/11/07/16/pic_1478507286036_82ea73cf-2601-4707-ab0c-69bda9cb3f4c.jpeg&quot;,
&quot;bonusflag&quot;: 0,
&quot;gameusername&quot;: &quot;&quot;,
&quot;groupId&quot;: 6,
&quot;gameuserlevel&quot;: 0,
&quot;gametitle&quot;: &quot;&quot;,
&quot;gameanswer&quot;: &quot;&quot;,
&quot;isgame&quot;: 0,
&quot;recCount&quot;: 0,
&quot;maxintegral&quot;: 0,
&quot;groupName&quot;: &quot;rerttyyteee&quot;,
&quot;creatorUid&quot;: 1000015,
&quot;cityOnly&quot;: 0,
&quot;gamepayDirection&quot;: 0,
&quot;payCount&quot;: 0,
&quot;groupState&quot;: 1,
&quot;gagflag&quot;: 0,
&quot;bonusenergy&quot;: &quot;0&quot;,
&quot;payDirection&quot;: 0
},
{
&quot;topUserList&quot;: [],
&quot;gameuserpic&quot;: &quot;&quot;,
&quot;groupDesc&quot;: &quot;哈哈哈哈哈哈&quot;,
&quot;groupPic&quot;: &quot;http://121.43.186.192/img/d4/photos/2016/11/11/14/pic_1478845400303_722b5d20-5c43-45e8-9742-f222de82a0fd.jpg&quot;,
&quot;bonusflag&quot;: 0,
&quot;gameusername&quot;: &quot;&quot;,
&quot;groupId&quot;: 7,
&quot;gameuserlevel&quot;: 0,
&quot;gametitle&quot;: &quot;&quot;,
&quot;gameanswer&quot;: &quot;&quot;,
&quot;isgame&quot;: 0,
&quot;recCount&quot;: 0,
&quot;maxintegral&quot;: 0,
&quot;groupName&quot;: &quot;我不笑&quot;,
&quot;creatorUid&quot;: 1,
&quot;cityOnly&quot;: 0,
&quot;gamepayDirection&quot;: 0,
&quot;payCount&quot;: 0,
&quot;groupState&quot;: 1,
&quot;gagflag&quot;: 0,
&quot;bonusenergy&quot;: &quot;0&quot;,
&quot;payDirection&quot;: 0
}]
}
</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;">result</td>
<td style="text-align: left;">String</td>
<td>返回类型编号</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">String</td>
<td>返回说明信息</td>
</tr>
<tr>
<td style="text-align: left;">info</td>
<td style="text-align: left;">JSON</td>
<td>返回结果</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>