whyclxw
2025-05-28 e16302f9d475c7cc4dd18c5abf1a23cb5502e362
src/main/java/com/whyc/controller/MapOutlineController.java
@@ -26,7 +26,7 @@
        return new Response<List<MapOutline>>().set(1,mapOutlineList);
    }
    @PutMapping("active")
    @PostMapping("active")
    @ApiOperation(value = "激活")
    public Response updateActive(@RequestParam int id){
        service.updateActive(id);