文档
测试

商城首页

POST
http://laiba.bxwhl.com/api/index/shopIndex.html

响应参数

参数名
类型
描述
必填
code
int
错误码 1成功 0 失败 -1 未登录
必填
msg
string
返回信息
必填
data
object
返回数据
必填
product_category_list
array
金刚区栏目列表(徕吧新品 徕吧秒杀为固定栏目)
必填
product_list
array
商城首页推荐产品列表
必填
banner_list
array
商城首页 banner
必填

说明 / 示例

```json { "code": 1, "msg": "获取成功", "data": { "product_category_list": [ //金刚区栏目列表(徕吧新品 徕吧秒杀为固定栏目) { "id": 420, "title": "徕吧百货", "image": { "file_path": "http://laiba.bxwhl.com/uploads/20210127142123c90f67024.png" } }, { "id": 423, "title": "徕吧食品", "image": { "file_path": "http://laiba.bxwhl.com/uploads/no_image.jpg" } }, { "id": 429, "title": "饰品首饰", "image": { "file_path": "http://laiba.bxwhl.com/uploads/no_image.jpg" } }, { "id": 430, "title": "徕吧服饰", "image": { "file_path": "http://laiba.bxwhl.com/uploads/no_image.jpg" } }, { "id": 431, "title": "酒水", "image": { "file_path": "http://laiba.bxwhl.com/uploads/no_image.jpg" } }, { "id": 432, "title": "茶叶", "image": { "file_path": "http://laiba.bxwhl.com/uploads/no_image.jpg" } }, { "id": 433, "title": "数码电器", "image": { "file_path": "http://laiba.bxwhl.com/uploads/no_image.jpg" } }, { "id": 434, "title": "徕吧生鲜", "image": { "file_path": "http://laiba.bxwhl.com/uploads/no_image.jpg" } }, { "id": 435, "title": "徕吧水果", "image": { "file_path": "http://laiba.bxwhl.com/uploads/no_image.jpg" } }, { "id": 436, "title": "玩具城", "image": { "file_path": "http://laiba.bxwhl.com/uploads/no_image.jpg" } } ], "product_list":[ { "id": 2795, "goods_name": "养生花茶", "goods_key": "阿道夫", "goods_unit": "啊", "describe": "养生花茶", "goods_price": "100.00", "line_price": "100.00", "postage": "0.00", "spec_type": 0, "content": "<p>养生花茶</p>", "sales_initial": 0, "is_new": 0, "is_shop_commend": 1, "goods_status": 1, "is_delete": 0, "views": 0, "stock": 100, "qrcode": null, "image": { "file_path": "http://laiba.bxwhl.com/uploads/20210208145638107b97407.jpg" } }, { "id": 2798, "goods_name": "精酿原厂红酒", "goods_key": "22", "goods_unit": "22", "describe": "精酿原厂红酒", "goods_price": "1000.00", "line_price": "1000.00", "postage": "0.00", "spec_type": 0, "content": "<p>精酿原厂红酒</p>", "sales_initial": 22, "is_new": 1, "is_shop_commend": 1, "goods_status": 1, "is_delete": 0, "views": 7, "stock": 1000, "qrcode": null, "image": { "file_path": "http://laiba.bxwhl.com/uploads/202102071751477d0cb3712.jpg" } } ], "banner_list": [ //banner图 { "id": 46, "cate_id": 2, "image_id": 17819, "displayorder": 100, "create_time": "2021-03-25 14:20:25", "update_time": "2021-03-25 14:20:25", "image": { "file_path": "http://laiba.bxwhl.com/uploads/20210325142019927313135.png" } } ] } }