逛逛

逛逛App


查询管理员

<p><strong>简要描述:</strong> </p> <ul> <li>查询管理员</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.3.243:86/admin/admin</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;">admin_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> </tr> </tbody> </table> <pre><code>{ "code": 0, "msg": "返回成功", "time": 1569574482, "data": { "admin_id": 2, "username": "kingsley", "status": 1, "roles": [//拥有的角色 { "role_id": 1, "role_name": "超级管理员" }, { "role_id": 8, "role_name": "客服" } ] } }</code></pre>

页面列表

ITEM_HTML