‘linchangsheng’ 11 mesiacov pred
rodič
commit
5009872e48

+ 1 - 1
src/main/java/com/zfire/mall/manager/controller/manage/product/category/ProductCategoryController.java

@@ -38,7 +38,7 @@ public class ProductCategoryController {
     }
 
     @ApiOperation(value = "产品品类详情")
-    @GetMapping("/detail")
+    @PostMapping("/detail")
     public ResponseHelper<ProductCategory> detail(
             @ApiParam(value = "产品品类id", required = true) @RequestParam String id) throws Exception {
         ProductCategory productCategory = productCategoryLogic.detail(id);