查看分类商品

![image.png](https://cos.easydoc.net/56722360/files/kxa24nwe.png) 2· 查看分类商品   说明:首页下部切换商品类别返回对应商品列表   请求方式: GET    URL:https://{path}/homepage/getCommodityList?userId=1&categoryId=101   入参:     Type: RequestParam     {       "userId":      String    用户ID  必填       "categoryId":    String    商品分类ID  必填     }   出参:      {       "code": "000000",       "message": "SUCCESS",       "time": "2021-12-17T03:19:55.485+0000",       "body": [{         "price": 1050.0,             "totalLotteryUser": 36980000,          "lotteryStatus": "1",                  "pic": "https:xxx.jpg",              "skuid": "sku001",         "commodityName": "艾玛电动车"        }, {         "price": 100.0,         "totalLotteryUser": 36980000,          "pic": "https:xxx.jpg",         "lotteryStatus": "2",         "skuid": "sku002",         "commodityName": "中国石化加油卡"       }, {         "price": 750.0,         "totalLotteryUser": 36980000,          "pic": "https:xxx.jpg",         "lotteryStatus": "3",         "skuid": "sku003",         "commodityName": "Kindle电子书阅读器"       }]     }