whyczh
2022-02-28 f6403ea6df37c5a5efdac49efaab265d24c2de41
添加socket接口说明
1个文件已修改
8 ■■■■■ 已修改文件
src/main/java/com/whyc/controller/RealTimeController.java 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/controller/RealTimeController.java
@@ -65,4 +65,12 @@
    @ApiOperation(value = "3D机房管理",notes = "请求链接:ws://localhost:8090/fg/Satation3D 传参:{\"stationId\":\"42010021\"}")
    @GetMapping("getStation3D")
    public Response getStation3D(){return new Response();}
    @ApiOperation(value = "首页头部告警数据",notes = "请求链接:ws://localhost:8090/fg/homePageSocket 传参:1002")
    @GetMapping("getHomePage")
    public Response getHomePage(){return new Response();}
    @ApiOperation(value = "底部滚动告警数据",notes = "请求链接:ws://localhost:8090/fg/battAlarmFoot 传参:1002")
    @GetMapping("getbattAlarmFoot")
    public Response getbattAlarmFoot(){return new Response();}
}