|
@@ -25,7 +25,7 @@ class WeatherService(Service):
|
|
}
|
|
}
|
|
params = {
|
|
params = {
|
|
'cityCode': project_id[2:8],
|
|
'cityCode': project_id[2:8],
|
|
- 'startDate': get_time_str(60 * 60, flag='ago'),
|
|
|
|
|
|
+ 'startDate': get_time_str(60 * 60 * 2, flag='ago'),
|
|
'endDate': self._now_time,
|
|
'endDate': self._now_time,
|
|
'minResponse': True
|
|
'minResponse': True
|
|
}
|
|
}
|