| | |
| | | @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();} |
| | | } |