[TOC]
简要描述
请求URL
http://10.165.3.168:8500/smart-weather/bigscreen/Export/smarHighWindData?endTime=2023-7-12%2018%3A00%3A00&startTime=2023-7-12%206%3A00%3A00
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
startTime |
是 |
string |
开始时间 整点(yyyy-MM-dd%20HH:00:00) |
endTime |
是 |
string |
结束时间 整点(yyyy-MM-dd%20HH:00:00 |
返回示例
{
"success": true,
"message": "操作成功!",
"code": 200,
"result": {
"maxStation": "车道沟4级(7.7米/秒,19时40分),",
"maxStationList": "",
"bulletinTime": "08月10日10时06分",
"warning": "",
"theRestLevel": "1、2、3、4、级"
},
"timestamp": 1691649564385
}
返回参数说明
参数名 |
类型 |
说明 |
bulletinTime |
String |
海淀区气象台bulletinTime天气快报 |
maxStation |
String |
阵风最大maxStation |
maxStationList |
String |
maxStationList,其余站点5、6级 |
theRestLevel |
String |
其余站点theRestLevel |
warning |
String |
目前我区warning |
备注