脑悦康


用户信息查询

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户信息查询</li> </ul> <h5>请求URL</h5> <ul> <li><code>/nykapi/v2.Custom_Game/account</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <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;current_floor&amp;quot;: 10,         &amp;quot;max_floor&amp;quot;: 10,         &amp;quot;current_score&amp;quot;: 100,         &amp;quot;max_score&amp;quot;: 100,         &amp;quot;times&amp;quot;: 4,         &amp;quot;activity_tag&amp;quot;: &amp;quot;tag&amp;quot;     } }</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;">current_floor</td> <td style="text-align: left;">int</td> <td>当前关卡</td> </tr> <tr> <td style="text-align: left;">current_score</td> <td style="text-align: left;">int</td> <td>当前积分</td> </tr> <tr> <td style="text-align: left;">activity_tag</td> <td style="text-align: left;">string</td> <td>抽奖活动标识</td> </tr> <tr> <td style="text-align: left;">times</td> <td style="text-align: left;">int</td> <td>抽奖活动剩余次数</td> </tr> </tbody> </table>

页面列表

ITEM_HTML