正奇科技


科技超市列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>科技超市列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/api/keji/index</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <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;">Integer</td> <td>页码</td> </tr> <tr> <td style="text-align: left;">pagesize</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>每页显示数量</td> </tr> <tr> <td style="text-align: left;">category_id</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>分类id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 1,     &amp;quot;msg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;time&amp;quot;: &amp;quot;1741138212&amp;quot;,     &amp;quot;data&amp;quot;: { &amp;quot;count&amp;quot;: 1,         &amp;quot;category_list&amp;quot;: [             {                 &amp;quot;id&amp;quot;: 13,                 &amp;quot;pid&amp;quot;: 0,                 &amp;quot;name&amp;quot;: &amp;quot;人才智库&amp;quot;,                 &amp;quot;children&amp;quot;: [                     {                         &amp;quot;id&amp;quot;: 16,                         &amp;quot;pid&amp;quot;: 13,                         &amp;quot;name&amp;quot;: &amp;quot;人才智库子类3&amp;quot;                     }                 ]             },             {                 &amp;quot;id&amp;quot;: 12,                 &amp;quot;pid&amp;quot;: 0,                 &amp;quot;name&amp;quot;: &amp;quot;科技平台&amp;quot;,                 &amp;quot;children&amp;quot;: [                     {                         &amp;quot;id&amp;quot;: 18,                         &amp;quot;pid&amp;quot;: 12,                         &amp;quot;name&amp;quot;: &amp;quot;科技平台子类2&amp;quot;                     }                 ]             },             {                 &amp;quot;id&amp;quot;: 11,                 &amp;quot;pid&amp;quot;: 0,                 &amp;quot;name&amp;quot;: &amp;quot;数智转型&amp;quot;             },             {                 &amp;quot;id&amp;quot;: 10,                 &amp;quot;pid&amp;quot;: 0,                 &amp;quot;name&amp;quot;: &amp;quot;海外留学&amp;quot;             },             {                 &amp;quot;id&amp;quot;: 9,                 &amp;quot;pid&amp;quot;: 0,                 &amp;quot;name&amp;quot;: &amp;quot;AI申报&amp;quot;             }         ],         &amp;quot;list&amp;quot;: [             {                 &amp;quot;id&amp;quot;: 1,                 &amp;quot;title&amp;quot;: &amp;quot;Leap Motion AR头显看起来很疯狂但可能是奇迹&amp;quot;,                 &amp;quot;introduction&amp;quot;: &amp;quot;123456&amp;quot;,                 &amp;quot;image&amp;quot;: &amp;quot;/uploads/20250305/d8c90d25408b52ad9eeec46f604ab9ba.png&amp;quot;, &amp;quot;price&amp;quot;: &amp;quot;123&amp;quot;, &amp;quot;original_price&amp;quot;: &amp;quot;456&amp;quot;, &amp;quot;coupon_arr&amp;quot;: [                 &amp;quot;1000元券&amp;quot;,                 &amp;quot;2000元券&amp;quot;             ]             }         ]     } }</code></pre> <h5>返回参数说明</h5> <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;">count</td> <td style="text-align: left;">Integer</td> <td>总条数</td> </tr> <tr> <td style="text-align: left;">category_list</td> <td style="text-align: left;">list</td> <td>id分类id name分类名称</td> </tr> <tr> <td style="text-align: left;">title</td> <td style="text-align: left;">string</td> <td>标题</td> </tr> <tr> <td style="text-align: left;">image</td> <td style="text-align: left;">string</td> <td>图片</td> </tr> <tr> <td style="text-align: left;">introduction</td> <td style="text-align: left;">string</td> <td>简介</td> </tr> <tr> <td style="text-align: left;">price</td> <td style="text-align: left;">string</td> <td>价格</td> </tr> <tr> <td style="text-align: left;">original_price</td> <td style="text-align: left;">string</td> <td>划线价格</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML