系统消息
<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.notice</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": [
{
"id": 5,
"title": "标题",
"content": "<p>内容描述</p>",
"type": "1,3",
"addtime": "2020-04-07 09:15:20",
"ctime": "2020-04-16 09:19:29",
"sort": 100,
"isdel": 1
},
{
"id": 8,
"title": "大学名师课堂学校信息详细了解",
"content": "<p>啊啊撒</p>",
"type": "1,3",
"addtime": "2020-03-31 09:15:24",
"ctime": "2020-04-16 09:15:29",
"sort": 100,
"isdel": 1
},
{
"id": 11,
"title": "千万助学金等你拿!",
"content": "<p>千万助学金等你拿!<br/></p>",
"type": "1,2,3",
"addtime": "2020-03-19 09:16:01",
"ctime": "2020-04-20 10:30:40",
"sort": 100,
"isdel": 1
}
],
"msg": "获取成功"
}</code></pre>