权限列表----用户授权时候的选择和角色进行绑定
<p><strong>简要描述:</strong> </p>
<ul>
<li>权限列表----用户授权时候的选择和角色进行绑定</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://127.0.0.1:8080/api/sysMenu/getMenuAndBtnList</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;成功&quot;,
&quot;data&quot;: [
{
&quot;menuId&quot;: 923,--------------菜单ID
&quot;parentId&quot;: 0, -------------父级目录-:0目录 1菜单 2按钮
&quot;name&quot;: &quot;系统&quot;,--------------目录名称
&quot;menuVoList&quot;: [--------------菜单集合
{
&quot;menuId&quot;: 926,--------------菜单ID
&quot;parentId&quot;: 923,------------父级ID
&quot;url&quot;: &quot;api/sysRole&quot;,-------菜单URL
&quot;perms&quot;: &quot;&quot;,
&quot;type&quot;: 1,-----类型 0目录 1菜单 2按钮
&quot;name&quot;: &quot;组织架构&quot;------------菜单名称
&quot;buttonVoList&quot;: [--------------按钮集合
{
&quot;menuId&quot;: 931,-------------菜单ID
&quot;parentId&quot;: 926,-----------父级ID
&quot;url&quot;: null,
&quot;perms&quot;: &quot;api:sysRole:saveSysRole&quot;,-----权限点
&quot;name&quot;: &quot;新增角色&quot;--------------------权限点名称
}
]
}
]
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>