资源一体化-用户端

资源一体化-用户端


分页获取角色列表

<h4>分页获取角色列表</h4> <pre><code>url: /managerRole/getManagerRoleList 请求方式: GET 说明: 需登录 分页获取角色列表</code></pre> <p>入参参数说明:</p> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>page</td> <td>是</td> <td>String</td> <td>页码,从1开始</td> </tr> <tr> <td>limit</td> <td>是</td> <td>String</td> <td>每页数量</td> </tr> <tr> <td>name</td> <td>否</td> <td>String</td> <td>标题模糊查询</td> </tr> </tbody> </table> <p><strong>返回参数说明</strong></p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>code</td> <td>String</td> <td>状态值</td> </tr> <tr> <td>msg</td> <td>String</td> <td>返回消息</td> </tr> <tr> <td>total</td> <td>int</td> <td>总条目</td> </tr> <tr> <td>rows</td> <td>list</td> <td>本页数据内容</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "code": "0000", "msg":"succcess", "data": { "total":10, "rows":[{}] } }</code></pre> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>String</td> <td>内容id</td> </tr> <tr> <td>roleName</td> <td>String</td> <td>角色名</td> <td>否</td> <td>body参数</td> </tr> <tr> <td>description</td> <td>String</td> <td>角色描述</td> <td>否</td> <td>body参数</td> </tr> </tbody> </table>

页面列表

ITEM_HTML