🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 获取天气情况 ~~~[api] get: https://www.apiopen.top/weatherApi *city#城市名称 <<< success { "code": 200, "msg": "成功!", "data": {} } <<< error 暂无错误回调返回格式 ~~~ ## 获取天气情况2 ~~~[api] get: https://wis.qq.com/weather/common?source=xw&weather_type=forecast_1h|forecast_24h|index|alarm|limit|tips *province#省份名称 *city#省市名称 county#县名称 <<< success { "code": 200, "msg": "成功!", "data": {} } <<< error 暂无错误回调返回格式 ~~~