推荐(在线)榜单
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取推荐(在线)用户数据</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.nilaib.com/userrank/getRecommendUserList.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;">sex</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>性别</td>
<td>0 女 1 男</td>
</tr>
<tr>
<td style="text-align: left;">pageno</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</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;">int</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;: 200,
&quot;info&quot;: [{
&quot;birthday&quot;: &quot;2000-02-12&quot;,
&quot;has_active&quot;: 1,
&quot;friendslevel&quot;: 0,
&quot;distance&quot;: &quot;12890.08km&quot;,
&quot;city&quot;: null,
&quot;year&quot;: &quot;18&quot;,
&quot;show_video&quot;: 0,
&quot;latitude&quot;: 0,
&quot;sign&quot;: null,
&quot;focus&quot;: 0,
&quot;userid&quot;: 1000660,
&quot;update_time&quot;: &quot;2018-06-06 19:42:52.0&quot;,
&quot;renzhen&quot;: 0,
&quot;wealthlevel&quot;: 0,
&quot;userinfo&quot;: null,
&quot;longitude&quot;: 0,
&quot;charmlevel&quot;: 0,
&quot;create_time&quot;: &quot;1970-01-01 00:00:00&quot;,
&quot;userpic&quot;: &quot;http://img.nilaib.com/img/d1/photos/0/001/000/660.jpg?1525747543306&quot;,
&quot;livestatus&quot;: 0,
&quot;sex&quot;: 1,
&quot;charmcount&quot;: 0,
&quot;friends&quot;: 0,
&quot;roomid&quot;: null,
&quot;audit_photo_state&quot;: &quot;1&quot;,
&quot;name&quot;: &quot;这就是说&quot;,
&quot;wealthindex&quot;: 0,
&quot;viplevel&quot;: 0,
&quot;status&quot;: 0,
&quot;username&quot;: &quot;&quot;
},
{
&quot;birthday&quot;: &quot;1988-10-07&quot;,
&quot;has_active&quot;: 1,
&quot;friendslevel&quot;: 0,
&quot;distance&quot;: &quot;12890.08km&quot;,
&quot;city&quot;: null,
&quot;year&quot;: &quot;29&quot;,
&quot;show_video&quot;: 0,
&quot;latitude&quot;: 0,
&quot;sign&quot;: null,
&quot;focus&quot;: 0,
&quot;userid&quot;: 1000634,
&quot;update_time&quot;: &quot;2018-06-05 15:49:45.0&quot;,
&quot;renzhen&quot;: 0,
&quot;wealthlevel&quot;: 0,
&quot;userinfo&quot;: null,
&quot;longitude&quot;: 0,
&quot;charmlevel&quot;: 0,
&quot;create_time&quot;: &quot;1970-01-01 00:00:00&quot;,
&quot;userpic&quot;: &quot;http://img.nilaib.com/img/d1/photos/0/001/000/634.jpg?1524471417201&quot;,
&quot;livestatus&quot;: 0,
&quot;sex&quot;: 1,
&quot;charmcount&quot;: 0,
&quot;friends&quot;: 0,
&quot;roomid&quot;: null,
&quot;audit_photo_state&quot;: &quot;1&quot;,
&quot;name&quot;: &quot;路人°&quot;,
&quot;wealthindex&quot;: 0,
&quot;viplevel&quot;: 0,
&quot;status&quot;: 0,
&quot;username&quot;: &quot;&quot;
}]
}
</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>