股票配资

股票配资


获取下级列表

<p><strong>简要描述:</strong> </p> <ul> <li>获取下级列表</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/api/member/getLevelList</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET </li> </ul> <p><strong>参数:</strong> </p> <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;">page</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>分页</td> </tr> <tr> <td style="text-align: left;">limit</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>分页</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { "status": 1, "msg": "成功", "count": 16, "data": [ { "id": 282, "user_name": "17653450266", "reg_time": 1565612898 }, { "id": 278, "user_name": "13549205245", "reg_time": 1565567665 }, { "id": 276, "user_name": "13005827370", "reg_time": 1565508114 }, { "id": 275, "user_name": "13106000787", "reg_time": 1565414671 }, { "id": 267, "user_name": "13760126725", "reg_time": 1565303193 }, { "id": 265, "user_name": "13834758099", "reg_time": 1565256386 }, { "id": 259, "user_name": "17694288417", "reg_time": 1565228747 }, { "id": 258, "user_name": "13160693653", "reg_time": 1565182572 }, { "id": 257, "user_name": "13519654862", "reg_time": 1565165991 }, { "id": 253, "user_name": "18350891018", "reg_time": 1565154590 }, { "id": 250, "user_name": "18550036442", "reg_time": 1565103311 }, { "id": 249, "user_name": "18095482219", "reg_time": 1565087089 }, { "id": 247, "user_name": "13570386397", "reg_time": 1565066306 }, { "id": 246, "user_name": "15187705899", "reg_time": 1565057328 }, { "id": 245, "user_name": "18060083213", "reg_time": 1564989062 }, { "id": 244, "user_name": "18911728976", "reg_time": 1564988253 } ] }</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;">count</td> <td style="text-align: left;">int</td> <td>下级数量</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">int</td> <td>下级ID</td> </tr> <tr> <td style="text-align: left;">user_name</td> <td style="text-align: left;">string</td> <td>下级用户名(手机号)</td> </tr> <tr> <td style="text-align: left;">reg_time</td> <td style="text-align: left;">int</td> <td>注册时间戳</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>此接口为权限接口,header必须传uid和token</li> </ul>

页面列表

ITEM_HTML