淘宝客后台系统API


角色列表接口

<p><strong>简要描述:</strong> </p> <ul> <li>用户注册接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><a href="http://xx.com/mng/roleinfo/findRoleList">http://xx.com/mng/roleinfo/findRoleList</a></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </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;">size</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>数量</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <p>``{ &quot;code&quot;: 0, &quot;msg&quot;: &quot;查询成功&quot;, &quot;count&quot;: 11, &quot;data&quot;: [{ &quot;id&quot;: 1, &quot;role_cn&quot;: &quot;超级管理员&quot;, &quot;status&quot;: 1, &quot;role_limit&quot;: &quot;超级管理员&quot;, &quot;create_time&quot;: &quot;2017-11-27 17:44:25&quot; }, { &quot;id&quot;: 2, &quot;role_cn&quot;: &quot;商品专员&quot;, &quot;status&quot;: 1, &quot;role_limit&quot;: &quot;技术支持部&quot;, &quot;create_time&quot;: &quot;2017-11-27 17:44:25&quot; }, { &quot;id&quot;: 3, &quot;role_cn&quot;: &quot;财务管理员&quot;, &quot;status&quot;: 1, &quot;role_limit&quot;: null, &quot;create_time&quot;: &quot;2017-12-06 13:27:00&quot; }, { &quot;id&quot;: 8, &quot;role_cn&quot;: &quot;美工&quot;, &quot;status&quot;: 1, &quot;role_limit&quot;: null, &quot;create_time&quot;: &quot;2018-04-09 09:31:00&quot; }, { &quot;id&quot;: 9, &quot;role_cn&quot;: &quot;客服&quot;, &quot;status&quot;: 1, &quot;role_limit&quot;: null, &quot;create_time&quot;: &quot;2018-04-09 09:56:04&quot; }, { &quot;id&quot;: 10, &quot;role_cn&quot;: &quot;运营&quot;, &quot;status&quot;: 1, &quot;role_limit&quot;: null, &quot;create_time&quot;: &quot;2018-04-09 10:55:16&quot; }, { &quot;id&quot;: 12, &quot;role_cn&quot;: &quot;财务1&quot;, &quot;status&quot;: 1, &quot;role_limit&quot;: null, &quot;create_time&quot;: &quot;2018-07-16 17:35:04&quot; }, { &quot;id&quot;: 13, &quot;role_cn&quot;: &quot;测试&quot;, &quot;status&quot;: 1, &quot;role_limit&quot;: null, &quot;create_time&quot;: &quot;2019-07-28 11:56:11&quot; }, { &quot;id&quot;: 14, &quot;role_cn&quot;: &quot;运营助理&quot;, &quot;status&quot;: 1, &quot;role_limit&quot;: null, &quot;create_time&quot;: &quot;2019-12-19 12:53:55&quot; }, { &quot;id&quot;: 15, &quot;role_cn&quot;: &quot;市场运营&quot;, &quot;status&quot;: 1, &quot;role_limit&quot;: null, &quot;create_time&quot;: &quot;2020-01-14 10:59:05&quot; }, { &quot;id&quot;: 16, &quot;role_cn&quot;: &quot;活动管理&quot;, &quot;status&quot;: 1, &quot;role_limit&quot;: null, &quot;create_time&quot;: &quot;2020-01-14 11:04:02&quot; }] }</p> <pre><code> **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | |id |int |角色id| |role_cn|String|角色名称| |status|int|状态| |role_limit|String|角色权限| |create_time|date|创建时间| **备注** - 更多返回错误代码请看首页的错误代码描述 欢迎使用ShowDoc!</code></pre>

页面列表

ITEM_HTML