From 4a89cfac98eb2ae1fa511ce64247f44c71e5b5e8 Mon Sep 17 00:00:00 2001 From: whyclxw <http://whyclxw@118.89.139.230:10101/r/~whyclxw/IdeaTest.git> Date: 星期三, 09 二月 2022 11:06:44 +0800 Subject: [PATCH] 在线监测-实时监控-A059文件导出 --- src/main/java/com/whyc/controller/RealTimeController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/controller/RealTimeController.java b/src/main/java/com/whyc/controller/RealTimeController.java index 70d0bd0..53e0e71 100644 --- a/src/main/java/com/whyc/controller/RealTimeController.java +++ b/src/main/java/com/whyc/controller/RealTimeController.java @@ -12,7 +12,7 @@ @RequestMapping("websocket") public class RealTimeController { - @ApiOperation(value = "瀹炴椂鐣岄潰websocket",notes = "璇锋眰閾炬帴:ws://localhost:8090/fg/RealTime 浼犲弬:{\"battGroupId\":\"1000028\",\"devId\":\"618500012\"}") + @ApiOperation(value = "瀹炴椂鐣岄潰websocket",notes = "璇锋眰閾炬帴:ws://localhost:8090/fg/RealTime 浼犲弬:{\"battGroupId\":\"1000028\",\"devId\":\"618500012\",\"devType\":\"9100\"}") @GetMapping("getRealTime") public Response getRealTime(){ return new Response(); -- Gitblit v1.9.1