springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ConvenientApi.java
@@ -1,5 +1,6 @@ package com.panzhihua.service_community.api; import java.time.Instant; import java.util.List; import javax.annotation.Resource; @@ -570,10 +571,11 @@ /** * 获取所有产品分类 * @return * @param merchantId */ @GetMapping("/product-category/all") public R getAllProductCategory() { return convenientProductCategoryService.getAllProductCategory(); public R getAllProductCategory(@RequestParam("merchantId") Long merchantId) { return convenientProductCategoryService.getAllProductCategory(merchantId); } /**