# 请求方式 #
Get
# 请求地址 #
://dreamling.top:8616/API/weather_inquiry/api.php
# 请求参数 #
city:城市
# 参数说明 #
# 请求示例 #
://dreamling.top:8616/API/weather_inquiry/api.php?city=张家界
# 备注 #
暂无
# 返回数据 #
{
"2021-07-05": {
"天气": "小雨",
"温度": "24.4~30.8℃"
},
"2021-07-06": {
"天气": "小雨转阴",
"温度": "25~33.5℃"
},
"2021-07-07": {
"天气": "小雨转阴",
"温度": "25.2~34.2℃"
},
"2021-07-08": {
"天气": "阴",
"温度": "22.8~32.3℃"
},
"2021-07-09": {
"天气": "阴",
"温度": "23.6~31.8℃"
},
"2021-07-10": {
"天气": "阴",
"温度": "23~33.7℃"
}
}
|