各街镇天气实况
各街镇天气实况
接口地址:http://10.165.3.168:8501/smart-weather/bigscreen/groundInfo/ListSwGroundInfoData
请求方式:GET
请求数据类型:*
响应数据类型:*/*
接口描述:各街镇天气实况
请求参数:
请求参数:
参数名称 | 参数说明 | in | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
streetName | streetName | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«各街镇实况信息»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | 各街镇实况信息 |
  avePressure | 平均气压 | string | |
  aveTemperature | 温度 | string | |
  hourRain | 小时降水 | string | |
  minMinuteVisibility | 最小能见度 | string | |
  minMinuteVisibilityTime | 最小能见度时间 | string | |
  mstm | string(date-time) | ||
  oneMinuteVisibility | 1分钟能见度 | string | |
  personMinuteVisibility | 人工观察能见度 | string | |
  relativeHumidity | 相对湿度 | string | |
  stcd | 站点 | string | |
  streetName | 街道名称 | string | |
  tenMinuteVisibility | 10分钟能见度 | string | |
  time | 观测时间 | string | |
  twoWind | 2分钟平均风速 | string | |
  twoWindDirection | 2分钟平均风速风向 | string | |
  weather | 天气 | string | |
  weatherType | 天气图片 | string | |
  week | 星期 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"avePressure": "",
"aveTemperature": "",
"hourRain": "",
"minMinuteVisibility": "",
"minMinuteVisibilityTime": "",
"mstm": "",
"oneMinuteVisibility": "",
"personMinuteVisibility": "",
"relativeHumidity": "",
"stcd": "",
"streetName": "",
"tenMinuteVisibility": "",
"time": "",
"twoWind": "",
"twoWindDirection": "",
"weather": "",
"weatherType": "",
"week": ""
}
],
"success": true,
"timestamp": 0
}