请求URL:
https://wis.qq.com/weather/common
请求方式:
GET
参数:
参数名 必选 类型 说明 source 是 string pc weather_type 是 string observe province 是 string 省 city 是 string 市 county 是 string 县
请求示例
https://wis.qq.com/weather/common?source=pc&weather_type=observe&province=四川&city=成都&county=成华区
返回示例
{ "data": { "observe": { "degree": "30", "humidity": "43", "precipitation": "0", "pressure": "957", "update_time": "202405161055", "weather": "多云", "weather_bg_pag": "", "weather_code": "01", "weather_color": null, "weather_first": "", "weather_pag": "", "weather_short": "多云", "weather_url": "", "wind_direction": "3", "wind_direction_name": "东南风", "wind_power": "3-4" } }, "message": "OK", "status": 200 }
标签:string,示例,api,observe,接口,county,weather,腾讯,wind From: https://www.cnblogs.com/AllWjw/p/18195612