每日天气情况详情
POST
/weather/v2/dailyDetail
接口描述
15日天气情况列表中某一天的天气情况(昨天和后8天没有24小时天气情况)
请求头
参数名
类型
描述
必填
ACCESSTOKEN
String
用户(设备)唯一标识
必填
请求参数
参数名
类型
描述
必填
cityId
String
城市id
必填
date
String
查询日期
必填
响应参数
参数名
类型
描述
必填
code
int
返回结果码 1000-成功 非1000-失败
必填
air
string
空气指数
必填
airLevel
string
空气等级
必填
date
string
日期
必填
ji
string
忌
必填
lunarDate
string
农历日期
必填
week
string
星期几
必填
yi
string
宜
必填
date
string
日期
必填
hours
string
小时
必填
tem
string
气温
必填
wea
string
天气情况
必填
weaImg
string
天气图标
必填
win
string
风向
必填
winSpeed
string
风力
必填
dayFlag
int
是否今天 0-今天 1-明天2-后天
必填
humidity
string
湿度
必填
pressure
string
气压压强(hPa)
必填
sunRise
string
日出时间
必填
sunSet
string
日落时间
必填
temMax
string
最高气温
必填
temMin
string
最低气温
必填
wea
string
天气情况
必填
weaImg
string
天气情况图标
必填
win
string
风向
必填
winSpeed
string
风力
必填
ziwaixian
string
紫外线强度
必填
message
string
返回结果信息
必填
size
int
返回结果对象长度
必填