艾特机加

后端接口文档


前台用户专题页查询

<p><strong>接口描述:</strong></p> <ul> <li><a href="http://localhost:8060/apiweb/public/dataLoad/specialpagelist">http://localhost:8060/apiweb/public/dataLoad/specialpagelist</a></li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>public/dataLoad/specialpagelist</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>请求参数:JSON格式</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;">sepcialRemark</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图片地址</td> </tr> <tr> <td style="text-align: left;">mobilePicAddr</td> <td style="text-align: left;">string</td> <td style="text-align: left;">mobile图片地址</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>{  &amp;quot;code&amp;quot;: 200,     &amp;quot;message&amp;quot;: &amp;quot;操作成功&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;id&amp;quot;: 1,             &amp;quot;type&amp;quot;: 2,             &amp;quot;specialName&amp;quot;: &amp;quot;首页中部广告位--左边&amp;quot;,             &amp;quot;specialRemark&amp;quot;: &amp;quot;首页中部广告位--左边&amp;quot;,             &amp;quot;status&amp;quot;: 1,             &amp;quot;delFlag&amp;quot;: 1,             &amp;quot;pcPicAddr&amp;quot;: &amp;quot;https://oss.aitejj.com/oss/img/82c2c17bf6944898a99c2055ad191261.jpg&amp;quot;,             &amp;quot;mobilePicAddr&amp;quot;: &amp;quot;https://oss.aitejj.com/oss/img/146a071484df4959a44c20e4661d24eb.jpg&amp;quot;,             &amp;quot;skipUrl&amp;quot;: &amp;quot;https://www.baidu.com&amp;quot;,             &amp;quot;field01&amp;quot;: null,             &amp;quot;field02&amp;quot;: null,             &amp;quot;field03&amp;quot;: null,             &amp;quot;createTime&amp;quot;: &amp;quot;2024-09-10T01:14:52.000+0000&amp;quot;,             &amp;quot;updateTime&amp;quot;: &amp;quot;2024-09-10T01:55:02.000+0000&amp;quot;         }     ] }</code></pre> <p><strong>备注</strong></p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML