获取
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/get_notice</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;">notice_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "返回成功",
"time": 1582616983,
"data": {
"notice_id": 10,
"title": "测试",
"cover": "http://md-juhe.o",
"url": "www.baidu.com",
"content": "今日暂停服务",
"author": "kingsley"
“status”:1正常 0 已过期
"type" 1活动优惠 2平台通知
}
}</code></pre>