src/main/java/cc/mrbird/febs/ai/controller/productCategory/AiProductCategoryController.java
@@ -53,7 +53,7 @@ } @PostMapping("update") @ControllerEndpoint(operation = "分类-更新", exceptionMessage = "操作失败") @ControllerEndpoint(operation = "更新", exceptionMessage = "操作失败") public FebsResponse update(@RequestBody @Valid AiProductCategory dto) { return service.update(dto);