字段参考说明
http://www.tianqiapi.com/index/doc?version=day
curl --location --request GET 'https://gxs.shhkgxs.com:27443/api/weather/day?code=XBB22031483'
{
"data": {
"nums": 5,
"cityid": "101020400",
"city": "黄浦",
"date": "2022-09-29",
"week": "星期四",
"update_time": "14:45",
"wea": "多云",
"wea_img": "yun",
"tem": "26",
"tem_day": "26",
"tem_night": "22",
"win": "东北风",
"win_speed": "1级",
"win_meter": "1km/h",
"air": "1",
"pressure": "1013",
"humidity": "67%",
"cache_time": 1664434284
},
"type": "success",
"msg": "天气获取成功",
"code": 0
}