whyclxw
2025-05-28 e16302f9d475c7cc4dd18c5abf1a23cb5502e362
src/main/java/com/whyc/controller/CircleInfController.java
@@ -123,8 +123,8 @@
    @GetMapping("getCinfById")
    @ApiOperation(value = "根据id获取动环信息")
    public Response getCinfById(@RequestParam int devId){
        return service.getCinfById(devId);
    public Response getCinfById(@RequestParam int deviceId){
        return service.getCinfById(deviceId);
    }
    @PostMapping("getSub")