查看单个角色接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>查看单个角色接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><a href="http://xx.com/mng/roleinfo/findRoleinfoOne">http://xx.com/mng/roleinfo/findRoleinfoOne</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>角色id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<p>``{
"id": 1,
"role_cn": "超级管ç†å‘˜",
"status": 1,
"role_limit": "超级管ç†å‘˜",
"create_time": "2017-11-27 17:44:25"
}</p>
<pre><code>
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|id |int |角色id|
|role_cn|String|角色名称|
|status|int|状态|
|role_limit|String|角色权限|
|create_time|date|创建时间|
**备注**
- 更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!</code></pre>