新增菜单数据
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:8888/sys/addMenu</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">header</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">X-Token</td>
<td style="text-align: left;">是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>{
&quot;name&quot;: &quot;测试菜单&quot;,
&quot;menutype&quot;: &quot;C&quot;,
&quot;icon&quot;: null,
&quot;target&quot;: &quot;&quot;,
&quot;url&quot;: &quot;\/test&quot;,
&quot;isLeftMenu&quot;: null,
&quot;redirect&quot;: &quot;\/operation\/test&quot;,
&quot;parentId&quot;: &quot;0&quot;,
&quot;permission&quot;: &quot;&quot;,
&quot;statusDict&quot;: &quot;1&quot;,
&quot;urlType&quot;: null,
&quot;module&quot;: &quot;&quot;,
&quot;sort&quot;: 1,
&quot;docTableId&quot;: null,
&quot;component&quot;: &quot;\/views\/layout\/test.vue&quot;
}
</code></pre>