We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/app/weather/weather.cpp
#define WEATHER_APP_NAME "Weather" #define WEATHER_NOW_API "https://www.yiketianqi.com/free/day?appid=%s&appsecret=%s&unescape=1&city=%s" // v1.yiketianqi.com/api?unescape=1&version=v61 #define WEATHER_NOW_API_UPDATE "https://%s&appid=%s&appsecret=%s&city=%s" #define WEATHER_DALIY_API "https://www.yiketianqi.com/free/week?unescape=1&appid=%s&appsecret=%s&city=%s" #define TIME_API "http://api.m.taobao.com/rest/api3.do?api=mtop.common.gettimestamp" #define WEATHER_PAGE_SIZE 2 #define UPDATE_WEATHER 0x01 // 更新天气 #define UPDATE_DALIY_WEATHER 0x02 // 更新每天天气 #define UPDATE_TIME 0x04 // 更新时间
当前天气接口url已经过期,官方文档: https://seniverse.yuque.com/hyper_data/api_v3/nyiu3t? 接口url示例: https://api.seniverse.com/v3/weather/now.json?key=your_api_key&location=beijing&language=zh-Hans&unit=c 当前代码接口需要更改
The text was updated successfully, but these errors were encountered:
No branches or pull requests
src/app/weather/weather.cpp
当前天气接口url已经过期,官方文档:
https://seniverse.yuque.com/hyper_data/api_v3/nyiu3t?
接口url示例:
https://api.seniverse.com/v3/weather/now.json?key=your_api_key&location=beijing&language=zh-Hans&unit=c
当前代码接口需要更改
The text was updated successfully, but these errors were encountered: