新增菜单 回显
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>新增菜单 回显接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>192.168.110.208:8655/api/platform/menu/addShow?platSourceType=1</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<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;">platSourceType</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>操作来源类型 1.pc 2.app</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 2000,
&quot;msg&quot;: &quot;Ok&quot;,
&quot;data&quot;: {
&quot;tVersions&quot;: [
{
&quot;id&quot;: 1,
&quot;name&quot;: &quot;基础版&quot;,
&quot;detailTitle&quot;: &quot;适用于10人的小规模企业&quot;,
&quot;freeNum&quot;: 10,
&quot;numPrice&quot;: 199.0,
&quot;expiration&quot;: 1,
&quot;endTime&quot;: null,
&quot;createtime&quot;: &quot;2024-12-12T08:35:12.000+00:00&quot;,
&quot;createAcct&quot;: 1,
&quot;updatetime&quot;: &quot;2024-12-12T08:35:17.000+00:00&quot;,
&quot;updateAcct&quot;: 1
},
{
&quot;id&quot;: 2,
&quot;name&quot;: &quot;标准版&quot;,
&quot;detailTitle&quot;: &quot;适用于50人以下的中型团队&quot;,
&quot;freeNum&quot;: 10,
&quot;numPrice&quot;: 199.0,
&quot;expiration&quot;: 1,
&quot;endTime&quot;: null,
&quot;createtime&quot;: &quot;2024-12-12T08:36:22.000+00:00&quot;,
&quot;createAcct&quot;: 1,
&quot;updatetime&quot;: &quot;2024-12-12T08:36:25.000+00:00&quot;,
&quot;updateAcct&quot;: 1
},
{
&quot;id&quot;: 3,
&quot;name&quot;: &quot;企业版&quot;,
&quot;detailTitle&quot;: &quot;适用于高度定制化大型团队&quot;,
&quot;freeNum&quot;: 10,
&quot;numPrice&quot;: 199.0,
&quot;expiration&quot;: 1,
&quot;endTime&quot;: null,
&quot;createtime&quot;: &quot;2024-12-12T08:36:45.000+00:00&quot;,
&quot;createAcct&quot;: 1,
&quot;updatetime&quot;: &quot;2024-12-12T08:36:49.000+00:00&quot;,
&quot;updateAcct&quot;: 1
}
],
&quot;treeList&quot;: [
{
&quot;id&quot;: 1,
&quot;menuName&quot;: &quot;中枢平台&quot;,
&quot;type&quot;: 1,
&quot;content&quot;: null,
&quot;state&quot;: 1,
&quot;level&quot;: 1,
&quot;path&quot;: &quot;&quot;,
&quot;parentId&quot;: 0,
&quot;children&quot;: [
]
},
]
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">treeList</td>
<td style="text-align: left;">List</td>
<td>树结构</td>
</tr>
<tr>
<td style="text-align: left;">versionList</td>
<td style="text-align: left;">List</td>
<td>版本</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>