| | |
| | | return service.setA200ParamPl(param); |
| | | } |
| | | |
| | | /*@ApiOperation(value = "批量设置a200一体机参数(测试多线程)") |
| | | @PostMapping("setA200ParamPl2") |
| | | public Object setA200ParamPl2(@RequestBody A200ResDto param){ |
| | | return service.setA200ParamPl2(param); |
| | | }*/ |
| | | |
| | | @ApiOperation(value = "启动a200一体机放电/充电") |
| | | @GetMapping("startA200Param") |
| | | public Object startA200Param(@RequestParam int devId,@RequestParam int type){ |
| | |
| | | return service.stopA200ParamPl(devIds); |
| | | } |
| | | |
| | | @ApiOperation(value = "启动a200一体机暂停/继续") |
| | | @GetMapping("pauseA200Param") |
| | | public Object pauseA200Param(@RequestParam int devId,@RequestParam int type){ |
| | | return service.pauseA200Param(devId,type); |
| | | } |
| | | } |