whyclxw
2022-02-09 4a89cfac98eb2ae1fa511ce64247f44c71e5b5e8
在线监测-实时监控-A059文件导出
1个文件已修改
2 ■■■ 已修改文件
src/main/java/com/whyc/controller/RealTimeController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();