首页看到的所有菜单
<p><strong>简要描述:</strong> </p>
<ul>
<li>首页看到的所有菜单</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://login.richx.cn/appHomePage/getAPPHomePageByApiKey.do</code></li>
<li><code>http://192.168.0.104:9080/WisdomCampus3.0//appHomePage/getAPPHomePageByApiKey.do</code></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;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>学校Id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong> </p>
<pre><code>{
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;获取成功&quot;,
&quot;ResponseObject&quot;: [
{
&quot;menuId&quot;: &quot;announcement&quot;,
&quot;menuType&quot;: 1,
&quot;menuStatus&quot;: 1,
&quot;menuName&quot;: &quot;校园公告&quot;,
&quot;menuIcon&quot;: &quot;icon-envelope-alt&quot;
},
{
&quot;menuId&quot;: &quot;platformInfo&quot;,
&quot;menuType&quot;: 1,
&quot;menuStatus&quot;: 1,
&quot;menuName&quot;: &quot;信息平台&quot;,
&quot;menuIcon&quot;: &quot;icon-comments&quot;
},
{
&quot;menuId&quot;: &quot;clazzPhotoAlbum&quot;,
&quot;menuType&quot;: 2,
&quot;menuStatus&quot;: 1,
&quot;menuName&quot;: &quot;班级相册&quot;,
&quot;menuIcon&quot;: &quot;icon-book&quot;
},
{
&quot;menuId&quot;: &quot;newsInfo&quot;,
&quot;menuType&quot;: 3,
&quot;menuStatus&quot;: 1,
&quot;menuName&quot;: &quot;新闻资讯&quot;,
&quot;menuIcon&quot;: &quot;icon-pinterest-sign&quot;
},
{
&quot;menuId&quot;: &quot;safeSchool&quot;,
&quot;menuType&quot;: 1,
&quot;menuStatus&quot;: 2,
&quot;menuName&quot;: &quot;平安校园&quot;,
&quot;menuIcon&quot;: &quot;fa-shield&quot;
},
{
&quot;menuId&quot;: &quot;leave&quot;,
&quot;menuType&quot;: 4,
&quot;menuStatus&quot;: 2,
&quot;menuName&quot;: &quot;在线请假&quot;,
&quot;menuIcon&quot;: &quot;fa-calendar-minus-o&quot;
},
{
&quot;menuId&quot;: &quot;attendance&quot;,
&quot;menuType&quot;: 5,
&quot;menuStatus&quot;: 2,
&quot;menuName&quot;: &quot;师生考勤&quot;,
&quot;menuIcon&quot;: &quot;fa-clipboard&quot;
},
{
&quot;menuId&quot;: &quot;meetingManager&quot;,
&quot;menuType&quot;: 7,
&quot;menuStatus&quot;: 2,
&quot;menuName&quot;: &quot;会议管理&quot;,
&quot;menuIcon&quot;: &quot;fa-users&quot;
}
]
}
</code></pre>