收音机 / 客户端 商品列表
This commit is contained in:
@@ -82,7 +82,7 @@ public class ProductController {
|
||||
*/
|
||||
@GetMapping("list")
|
||||
@OperationLog("商品-列表")
|
||||
public CzgResult<Map<String, Object>> getProductList(@RequestParam Long categoryId) {
|
||||
public CzgResult<Map<String, Object>> getProductList(@RequestParam(required = false) Long categoryId) {
|
||||
return CzgResult.success(productService.getProductCacheList(StpKit.USER.getShopId(), categoryId));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user