Mall

商城接口


获取分类产品

<p><strong>简要描述:</strong> </p> <ul> <li>获取分类产品</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/category/product/{cid}.html</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET <strong>参数:</strong> </li> </ul> <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;">cid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>分类ID</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "total": "2", "item": [ { "zp_create_at": "2019-03-19 17:32:39", "zp_seoTitle": "测试", "zp_hot": "11", "zp_platformId": "1", "zp_price": "10.33", "zp_title": "测试", "zp_id": "123", "zp_skuTips": "测试", "zp_unlinePrice": "19.00", "zp_images": "https://m.360buyimg.com/babel/jfs/t1/30702/2/3899/76693/5c78a229E7849e91c/0ad376f585b8f1d8.jpg", "zp_salesvolume": "11", "zp_evaluate": "1" }, { "zp_create_at": "2019-03-05 17:32:35", "zp_seoTitle": "FILA斐乐", "zp_hot": "33", "zp_platformId": "1", "zp_price": "252.45", "zp_title": "FILA斐乐童装男女装短袖T恤LOGO印花款2019夏季新款 标准白WT 165cm", "zp_id": "124", "zp_skuTips": "FILA", "zp_unlinePrice": "299.00", "zp_images": "https://m.360buyimg.com/babel/jfs/t1/30702/2/3899/76693/5c78a229E7849e91c/0ad376f585b8f1d8.jpg", "zp_salesvolume": "22", "zp_evaluate": "1", "activity_price": "252.45", "is_activity": true, "activity_name": "限时区间折扣、优惠活动", "start_time": "2019-03-12 11:02:15", "end_time": "2019-04-12 11:02:49" } ], "success": true }</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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML