| | |
| | | @ApiOperation(value = "放电计划管理",notes = "请求链接:ws://localhost:8089/fg/battDischargePlan 传参:BattdischargePlan实体类") |
| | | @GetMapping("getBattDischargePlan") |
| | | public Response getBattDischargePlan(@RequestBody BattdischargePlan battdischargePlan){return new Response();} |
| | | |
| | | @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();} |
| | | |
| | | @ApiOperation(value = "a059更新升级查询",notes = "请求链接:ws://localhost:8091/fg/aioUpdateSearch 传参:AIOUpdatePar实体类{pageNum,pageSize,stationName1,stationName2,stationName5,uId}") |
| | | @GetMapping("aioUpdateSearch") |
| | | public Response aioUpdateSearch(){return new Response();} |
| | | |
| | | } |