专题列表页
<p><strong>接口描述:</strong></p>
<ul>
<li>无</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>/jt/atspecialpage/list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>请求参数:form-data格式</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">描述</th>
<th style="text-align: left;">必填</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p>{
要什么传什么
}</p>
<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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">响应代码</td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">响应描述</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">json</td>
<td style="text-align: left;">业务数据</td>
</tr>
</tbody>
</table>
<p><strong>响应data参数:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">long</td>
<td style="text-align: left;">专题页id</td>
</tr>
<tr>
<td style="text-align: left;">specialName</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">专题页名称</td>
</tr>
<tr>
<td style="text-align: left;">specialRemark</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">专题页说明</td>
</tr>
<tr>
<td style="text-align: left;">status</td>
<td style="text-align: left;">integer</td>
<td style="text-align: left;">是否启用:0 不启用,1 启用,默认1</td>
</tr>
<tr>
<td style="text-align: left;">pcPicAddr</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">PC端图片地址URL</td>
</tr>
<tr>
<td style="text-align: left;">mobilePicAddr</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">移动端图片地址URL</td>
</tr>
<tr>
<td style="text-align: left;">skipUrl</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">跳转URL</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
}</code></pre>
<p><strong>响应示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;操作成功&quot;,
&quot;data&quot;: {
&quot;pageNum&quot;: 1,
&quot;pageSize&quot;: 10,
&quot;totalPage&quot;: 1,
&quot;total&quot;: 1,
&quot;list&quot;: [
{
&quot;id&quot;: 1,
&quot;type&quot;: 2,
&quot;specialName&quot;: &quot;专题1&quot;,
&quot;specialRemark&quot;: null,
&quot;status&quot;: 1,
&quot;delFlag&quot;: 1,
&quot;pcPicAddr&quot;: null,
&quot;mobilePicAddr&quot;: null,
&quot;skipUrl&quot;: &quot;https://oss.aitejj.com/123&quot;,
&quot;field01&quot;: null,
&quot;field02&quot;: null,
&quot;field03&quot;: null,
&quot;createTime&quot;: &quot;2024-09-09T04:20:13.000+0000&quot;,
&quot;updateTime&quot;: &quot;2024-09-09T04:20:13.000+0000&quot;
}
]
}
}</code></pre>
<p><strong>备注</strong></p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>