参数名 | 参数类型 | 描述信息 | 返回条件 | 异常值 |
|---|
forecast_hours | Object Array | 预报数据 | - | - |
text | String | 天气现象 参考天气取值对照表 | data_type=fc_hour/all | "暂无" |
temp_fc | Int | 温度(℃) | data_type=fc_hour/all | 999999 |
wind_class | String | 风力等级 | data_type=fc_hour/all | "暂无" |
wind_dir | String | 风向描述 | data_type=fc_hour/all | "暂无" |
rh | Int | 相对湿度 | data_type=fc_hour/all | 999999 |
prec_1h | Double | 1小时累计降水量(mm) | data_type=fc_hour/all | 999999 |
clouds | Int | 云量(%) | data_type=fc_hour/all | 999999 |
data_time | String | 数据时间 | data_type=fc_hour/all | 999999 |
wind_angle | Int | 风向角度(°) | data_type=fc_hour/all 且 user_type=vip | 999999 |
pop | Int | 降水概率(%) | data_type=fc_hour/all 且 user_type=vip | 999999 |
uvi | Int | 紫外线指数 | data_type=fc_hour/all 且 user_type=vip | 999999 |
pressure | Int | 气压(hPa) | data_type=fc_hour/all 且 user_type=vip | 999999 |
dpt | Int | 露点温度(℃) | data_type=fc_hour/all 且 user_type=vip | 999999 |