获取首页公告
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://gaokao.douyinhot.com/api.html</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;">method</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>死值:system.homepage</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>公告类型 1--教师端 2--学生端 3--pc端(必填)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": true,
"data": {
"guanggao": [
{
"id": 1,
"img": "http://q6yimjwyx.bkt.clouddn.com/_static_uploads_images_2020_03_21_15847622915e758db440bcc.jpg",
"url": "http://www.baidu.com",
"order": "1",
"type": 1
},
{
"id": 8,
"img": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_07_15862556825e8c5742cd196.jpg",
"url": "https://open.weixin.qq.com/",
"order": "11",
"type": 1
},
{
"id": 7,
"img": "http://q6yimjwyx.bkt.clouddn.com/_static_uploads_images_2020_03_20_15846734325e7432989c4b5.jpg",
"url": "http://www.baidu.com",
"order": "1",
"type": 1
}
],
"banner": [
{
"id": 2,
"img": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_10_15865024145e901b0eca9a6.png",
"url": "http://www.baidu.com",
"order": "1",
"type": 2
},
{
"id": 3,
"img": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_10_15865024145e901b0eca9a6.png",
"url": "http://www.baidu.com",
"order": "1",
"type": 2
}
],
"gonggao": [
{
"id": 5,
"title": "标题",
"content": "内容描述",
"type": "2,3",
"addtime": "2020-03-26 18:04:45",
"ctime": "2020-03-26 18:04:45",
"sort": 100,
"isdel": 1
},
{
"id": 8,
"title": "231",
"content": "啊啊撒",
"type": "1,3",
"addtime": "2020-03-25 12:05:55",
"ctime": "2020-03-25 12:05:55",
"sort": 100,
"isdel": 1
},
{
"id": 11,
"title": "12",
"content": "<p>21123</p>",
"type": "1,2,3",
"addtime": "2020-04-07 18:41:41",
"ctime": "2020-04-07 18:41:41",
"sort": 100,
"isdel": 1
}
]
},
"msg": "获取成功"
}</code></pre>