公告
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>api/index/notice</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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>小程序code</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;成功&quot;,
&quot;data&quot;: {
&quot;notice&quot;: [
{
&quot;id&quot;: &quot;1&quot;,
&quot;title&quot;: &quot;carry ai小程序最新上线了!!&quot;,
&quot;content&quot;: &quot;carry ai小程序最新上线了!!carry ai小程序最新上线了!!carry ai小程序最新上线了!!carry ai小程序最新上线了!!carry ai小程序最新上线了!!&quot;,
&quot;sort&quot;: &quot;100&quot;
},
{
&quot;id&quot;: &quot;2&quot;,
&quot;title&quot;: &quot;2023年重磅来袭2023年重磅来袭&quot;,
&quot;content&quot;: &quot;2023年重磅来袭2023年重磅来袭2023年重磅来袭2023年重磅来袭2023年重磅来袭2023年重磅来袭2023年重磅来袭2023年重磅来袭&quot;,
&quot;sort&quot;: &quot;10&quot;
}
]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">title</td>
<td style="text-align: left;">string</td>
<td>标题</td>
</tr>
<tr>
<td style="text-align: left;">content</td>
<td style="text-align: left;">string</td>
<td>内容</td>
</tr>
</tbody>
</table>