lxw
2023-04-01 b991f04e184c9b487b7635ae257882507a99e69b
src/main/java/com/whyc/controller/Fbs9100SetparamController.java
@@ -159,11 +159,12 @@
    public Response controllerFBO4831(@RequestParam int opCmd, @RequestParam int devId) {
        return service.controllerFBO4830(opCmd, devId);
    }*/
@ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-控制并联电源充放电停止")
@GetMapping("controllerParalle")
public Response controllerParalle(@RequestParam int opCmd, @RequestParam int testCmd, @RequestParam int battGroupNum, @RequestParam int devId) {
    return service.controllerParalle(opCmd, testCmd, battGroupNum, devId);
}
    @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-控制并联电源充放电停止")
    @GetMapping("controllerParalle")
    public Response controllerParalle(@RequestParam int opCmd, @RequestParam int testCmd, @RequestParam int battGroupNum, @RequestParam int devId) {
        return service.controllerParalle(opCmd, testCmd, battGroupNum, devId);
    }
    @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-读取kgdy放电参数")
    @GetMapping("searchKgdyParam")