Skip to content
New issue

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

怎样获取城市的小时历史数据 #4

Open
wuwenrufeng opened this issue Nov 25, 2020 · 0 comments
Open

怎样获取城市的小时历史数据 #4

wuwenrufeng opened this issue Nov 25, 2020 · 0 comments

Comments

@wuwenrufeng
Copy link

    def getCityRealHistory(self, city):
        return json.loads(self.getResponse("GetCityRealTimeAqiHistoryByCondition", "<cityCode>"+list(self.searchCity(city).keys())[0]+"</cityCode>"))["ArrayOfCityAQIPublishHistory"]["CityAQIPublishHistory"]

怎样给以上接口加上timepoint时间范围条件呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant