文档
测试

01、查询商品列表

POST
/product/list

请求参数

``` { "page": 1, "limit": 10, "key": "娃哈哈桶装水" } ```

响应数据

``` { "code": 0, "msg": "success", "page": { "totalCount": 0, "pageSize": 10, "totalPage": 0, "currPage": 1, "list": [{ "id": 1, "name": "娃哈哈桶装水", "originalPrice": 17, "specialPrice": 15, "saleCount": 99, "title": "娃哈哈桶装水指的信赖的品质", "defaultImg": "https://gulimall-zhangyan.oss-cn-beijing.aliyuncs.com/2022-07-26/bbb7154d-15ec-4cac-ae63-a1e523cddbde.jpg", "categoryId": 1, "brandId": 1, "status": 1, "createTime": "2022/9/15", "updateTime": "2022/10/12" }] } } ```