From 24fd4ac01b448c2dab5dbcc1f9a641a38fc783e7 Mon Sep 17 00:00:00 2001 From: whycxzp <perryhsu@163.com> Date: 星期一, 26 七月 2021 11:30:07 +0800 Subject: [PATCH] 更新演示接口 --- src/main/java/com/whyc/controller/CentralMonitorSysRTController.java | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/whyc/controller/CentralMonitorSysRTController.java b/src/main/java/com/whyc/controller/CentralMonitorSysRTController.java index 12bbcd6..40fbadb 100644 --- a/src/main/java/com/whyc/controller/CentralMonitorSysRTController.java +++ b/src/main/java/com/whyc/controller/CentralMonitorSysRTController.java @@ -9,10 +9,7 @@ import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RequestParam; -import org.springframework.web.bind.annotation.RestController; +import org.springframework.web.bind.annotation.*; import java.util.List; import java.util.Map; @@ -44,6 +41,12 @@ return service.getOutField(); } + @PutMapping("updateState") + @ApiOperation(value = "鏇存柊鐘舵��-婕旂ず浣跨敤") + public Response updateState(@RequestParam int devId,@RequestParam int switchClose){ + return service.updateState(devId,switchClose); + } + /** * ======History====== * 鍘嗗彶鏌ヨ鏃�,鍥犱负鍘嗗彶璁板綍鏄寜鐓ф棩鏈熷垎琛ㄧ殑,濡傛灉鏌ヨ鎵�鏈夌殑鏃ユ湡琛�(union)鍚庡啀鍒嗛〉,浼氬鑷撮�熷害鏋佹參,鏁呮煡璇㈡寜鐓у崟涓棩鏈熸煡璇� -- Gitblit v1.9.1