对外用户菜单导航
<h5>简要描述</h5>
<ul>
<li>对外用户菜单导航</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/External/ShareFunction/left</code></li>
</ul>
<h5>返回示例</h5>
<pre><code>{
"info": [
{
"id": "16",
"ex_user_type": "1",
"ex_node_id": "16",
"status": "1",
"pid": "0",
"title": "对外竞拍管理",//名称
"module": "Car",//模块
"action": "index_overview",//方法
"remark": null,
"sort": "0",
"is_del": "-1",
"childs": [#子菜单
{
"id": "17",
"ex_user_type": "1",
"ex_node_id": "17",
"status": "1",
"pid": "16",
"title": "首页",
"module": "Car",
"action": "index_overview",
"remark": null,
"sort": "0",
"is_del": "-1"
}
...
]
}
...
],
"status": 1,
"url": ""
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>