脑悦康


排行榜

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>排行榜</li> </ul> <h5>请求URL</h5> <ul> <li><code>/nykapi/v2.Custom_Game/ranking</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>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">rank</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>排行类型 1周 2月 3年</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;list&amp;quot;: [             {                 &amp;quot;uid&amp;quot;: 1770,                 &amp;quot;nickname&amp;quot;: &amp;quot;竹林&amp;quot;,                 &amp;quot;avatar&amp;quot;: &amp;quot;https://naoyuekang-weixindev.oss-cn-chengdu.aliyuncs.com/mine/man.png&amp;quot;,                 &amp;quot;progress_floor&amp;quot;: 11,                 &amp;quot;ranking&amp;quot;: 1             },             {                 &amp;quot;uid&amp;quot;: 1769,                 &amp;quot;nickname&amp;quot;: &amp;quot;竹林&amp;quot;,                 &amp;quot;avatar&amp;quot;: &amp;quot;https://naoyuekang-weixindev.oss-cn-chengdu.aliyuncs.com/mine/man.png&amp;quot;,                 &amp;quot;progress_floor&amp;quot;: 10,                 &amp;quot;ranking&amp;quot;: 2             },             {                 &amp;quot;uid&amp;quot;: 1168,                 &amp;quot;nickname&amp;quot;: &amp;quot;风华&amp;quot;,                 &amp;quot;avatar&amp;quot;: &amp;quot;https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTI1PoNpULzKEdvHNR7YOlqiaSBO6TDzPJRKLxhuDiasrGZmtJ4n4SWTYhQicnySEhqNETiaSsDCJ3Qdng/132&amp;quot;,                 &amp;quot;progress_floor&amp;quot;: 10,                 &amp;quot;ranking&amp;quot;: 2             }         ],         &amp;quot;self&amp;quot;: {             &amp;quot;uid&amp;quot;: 1168,             &amp;quot;nickname&amp;quot;: &amp;quot;风华&amp;quot;,             &amp;quot;avatar&amp;quot;: &amp;quot;https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTI1PoNpULzKEdvHNR7YOlqiaSBO6TDzPJRKLxhuDiasrGZmtJ4n4SWTYhQicnySEhqNETiaSsDCJ3Qdng/132&amp;quot;,             &amp;quot;progress_floor&amp;quot;: 10,             &amp;quot;ranking&amp;quot;: 2         }     } }</code></pre> <h5>返回参数说明</h5> <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;">list</td> <td style="text-align: left;">array</td> <td>排行榜</td> </tr> <tr> <td style="text-align: left;">self</td> <td style="text-align: left;">object</td> <td>自身的排行信息,如果没登录,此项为空对象</td> </tr> <tr> <td style="text-align: left;">progress_floor</td> <td style="text-align: left;">int</td> <td>关卡数</td> </tr> <tr> <td style="text-align: left;">ranking</td> <td style="text-align: left;">int</td> <td>排行</td> </tr> </tbody> </table>

页面列表

ITEM_HTML