西区泵站排水量 websocket测试 GET localhost:8980/smartEnergy/westPumpingStation 响应参数 参数名 类型 描述 必填 result string 示例:true 必填 data array 数据列表 必填 openedQuantity string 示例:0/4(开启数量/总数) 必填 waterDischarge string 示例:0.0/711(5分钟排水能力/排水能力) 必填 drainPumpName string 示例:南泵站(泵站名称) 必填 message string 示例:请求成功 必填 说明 / 示例 { "result": "true", "data": [ { "openedQuantity": "0/4", "waterDischarge": "0.0/711", "drainPumpName": "南泵站" }, { "openedQuantity": "0/4", "waterDischarge": "0.0/900", "drainPumpName": "北泵站" } ], "message": "请求成功" }
{ "result": "true", "data": [ { "openedQuantity": "0/4", "waterDischarge": "0.0/711", "drainPumpName": "南泵站" }, { "openedQuantity": "0/4", "waterDischarge": "0.0/900", "drainPumpName": "北泵站" } ], "message": "请求成功" }