|
@@ -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);
|