获取新人列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取新人列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.nilaib.com/userrank/getNewList.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;">longitude</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>经度</td>
</tr>
<tr>
<td style="text-align: left;">latitude</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>纬度</td>
</tr>
<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;">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;sucess&quot;,
&quot;infoCount&quot;: 200,
&quot;info&quot;: [{
&quot;birthday&quot;: null,
&quot;has_active&quot;: 0,
&quot;distance&quot;: &quot;12890.08km&quot;,
&quot;city&quot;: null,
&quot;show_video&quot;: 1,
&quot;latitude&quot;: 0,
&quot;sign&quot;: null,
&quot;focus&quot;: 0,
&quot;userid&quot;: 1000662,
&quot;update_time&quot;: &quot;2018-06-20 11:22:28.0&quot;,
&quot;renzhen&quot;: 0,
&quot;wealthlevel&quot;: 0,
&quot;has_graduation&quot;: 0,
&quot;userinfo&quot;: null,
&quot;longitude&quot;: 0,
&quot;charmlevel&quot;: 0,
&quot;create_time&quot;: &quot;2018-06-20 11:22:28.0&quot;,
&quot;userpic&quot;: &quot;http://img.nilaib.com/img/d1/photos/0/001/000/662.jpg&quot;,
&quot;sex&quot;: 1,
&quot;charmcount&quot;: 0,
&quot;audit_photo_state&quot;: 0,
&quot;name&quot;: &quot;GG&quot;,
&quot;wealthindex&quot;: 0,
&quot;viplevel&quot;: 0,
&quot;status&quot;: 1,
&quot;username&quot;: &quot;&quot;
},
{
&quot;birthday&quot;: null,
&quot;has_active&quot;: 0,
&quot;distance&quot;: &quot;12890.08km&quot;,
&quot;city&quot;: null,
&quot;show_video&quot;: 1,
&quot;latitude&quot;: 0,
&quot;sign&quot;: null,
&quot;focus&quot;: 0,
&quot;userid&quot;: 1000661,
&quot;update_time&quot;: &quot;2018-06-20 11:20:11.0&quot;,
&quot;renzhen&quot;: 0,
&quot;wealthlevel&quot;: 0,
&quot;has_graduation&quot;: 0,
&quot;userinfo&quot;: null,
&quot;longitude&quot;: 0,
&quot;charmlevel&quot;: 0,
&quot;create_time&quot;: &quot;2018-06-20 11:20:11.0&quot;,
&quot;userpic&quot;: &quot;http://img.nilaib.com/img/d1/photos/0/001/000/661.jpg&quot;,
&quot;sex&quot;: 1,
&quot;charmcount&quot;: 0,
&quot;audit_photo_state&quot;: 0,
&quot;name&quot;: &quot;滚滚滚&quot;,
&quot;wealthindex&quot;: 0,
&quot;viplevel&quot;: 0,
&quot;status&quot;: 1,
&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>