소스 검색

fix:修改获取所有品类接口

tangfudong 2 년 전
부모
커밋
bfd9216f26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iot-module/iot-manager/src/main/java/cc/iotkit/manager/controller/ProductController.java

+ 1 - 1
iot-module/iot-manager/src/main/java/cc/iotkit/manager/controller/ProductController.java

@@ -104,7 +104,7 @@ public class ProductController {
         return productService.selectCategoryPageList(request);
     }
 
-    @PostMapping("/category/getList")
+    @PostMapping("/category/getAll")
     @ApiOperation("产品品类展示")
     public List<CategoryVo> getCategorieList() {
         return productService.selectCategoryList();