商品列表

### 获取商品列表: #### 请求url * <font color=red>`/indexfo`</font> #### 请求方式 * <font color=red>`GET`</font> --- ##### 返回示例 ```json { "err": null, "data": [ { "_id": "61820c137b26cb14db4eedfa", "data": { "data": { "carousels": [ { "carouselUrl": "https://newbee-mall.oss-cn-beijing.aliyuncs.com/images/banner-mate40.png", "redirectUrl": "https://juejin.im/book/6844733826191589390" } ], "hotGoodses": [ { "goodsId": 10250, "goodsName": "Apple 2019款 Macbook Pro 13.3", "goodsIntro": "【带触控栏】八代i5 8G 256G RP6...", "goodsCoverImg": "/goods-img/465936e0-40ad-4968-b868-4bea20c7beec.jpg", "sellingPrice": 10699, "tag": "" } ], "newGoodses": [ { "goodsId": 10907, "goodsName": "HUAWEI Mate 40 Pro 全网通5G手机 8GB...", "goodsIntro": "5nm麒麟9000旗舰芯片 | 超感光徕卡电...", "goodsCoverImg": "https://newbee-mall.oss-cn-beijing.aliyuncs.com/images/mate40-silver.png", "sellingPrice": 6488, "tag": "跃见非凡" } ], "recommendGoodses": [ { "goodsId": 10158, "goodsName": "无印良品 女式粗棉线条纹长袖T恤", "goodsIntro": "黑*横条 L", "goodsCoverImg": "/goods-img/5488564b-8335-4b0c-a5a4-52f3f03ee728.jpg", "sellingPrice": 70, "tag": "无印良品" } ] } } } ], "msg": "查询数据成功", "code": 200 } ```