网站公告
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>NoticePage</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li><code>{&quot;PageIndex&quot;:&quot;1&quot;,&quot;PageSize&quot;:&quot;5&quot;}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET/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;">PageIndex</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">是</td>
<td>页码</td>
</tr>
<tr>
<td style="text-align: left;">PageSize</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">是</td>
<td>页容量</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;&quot;,
&quot;Data&quot;: {
&quot;Total&quot;: 101,
&quot;Data&quot;: [
{
&quot;FId&quot;: 3848,
&quot;FNoticeType&quot;: 15,
&quot;FNoticeTitle&quot;: &quot;得分人撒&quot;,
&quot;FLastEditTime&quot;: &quot;2018-01-14 18:05:42&quot;,
&quot;FLastEditUser&quot;: 44231,
&quot;FNoticeContent&quot;: &quot;&lt;p&gt;对方萨尔色电风扇地方圣达菲啊时代发生地方&lt;/p&gt;&quot;
},
{
&quot;FId&quot;: 3855,
&quot;FNoticeType&quot;: 3,
&quot;FNoticeTitle&quot;: &quot;12&quot;,
&quot;FLastEditTime&quot;: &quot;2017-11-30 14:03:29&quot;,
&quot;FLastEditUser&quot;: 44231,
&quot;FNoticeContent&quot;: &quot;&lt;p&gt;214&lt;br/&gt;&lt;/p&gt;&quot;
},
{
&quot;FId&quot;: 2257,
&quot;FNoticeType&quot;: 3,
&quot;FNoticeTitle&quot;: &quot;sdf&quot;,
&quot;FLastEditTime&quot;: &quot;2017-10-12 16:14:40&quot;,
&quot;FLastEditUser&quot;: 44231,
&quot;FNoticeContent&quot;: &quot;&lt;p&gt;sdff&lt;/p&gt;&quot;
},
{
&quot;FId&quot;: 2255,
&quot;FNoticeType&quot;: 3,
&quot;FNoticeTitle&quot;: &quot;ffd&quot;,
&quot;FLastEditTime&quot;: &quot;2017-10-12 15:59:24&quot;,
&quot;FLastEditUser&quot;: 44231,
&quot;FNoticeContent&quot;: &quot;&lt;p&gt;ew&lt;/p&gt;&quot;
},
{
&quot;FId&quot;: 2254,
&quot;FNoticeType&quot;: 3,
&quot;FNoticeTitle&quot;: &quot;sgsd&quot;,
&quot;FLastEditTime&quot;: &quot;2017-10-12 15:58:39&quot;,
&quot;FLastEditUser&quot;: 44231,
&quot;FNoticeContent&quot;: &quot;&lt;p&gt;sdf&lt;/p&gt;&quot;
}
]
},
&quot;Code&quot;: 0
}</code></pre>