whyclxw
2024-04-28 b25b814a949d2065a61fd3167206ffb51a57af65
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);