MrShi
2025-08-19 30e858fa504b268b9b436afca0a1259cf6e8c488
server/src/main/java/com/doumee/api/web/WebCategoryController.java
@@ -87,4 +87,12 @@
            return ApiResponse.failed(ResponseStatus.SERVER_ERROR);
        }
    }
//    @GetMapping("/dealjson")
//    @ApiOperation("dealjson")
//    public ApiResponse dealjson(){
//        categoryService.dealjson();
//        return ApiResponse.success(null);
//    }
}