|
|
@ -265,7 +265,7 @@ public class WeatherForecastController extends BaseController { |
|
|
|
return AjaxResult.success(redisCache.getCacheObject("currentWeatherAndForecastInformation" + numStake)); |
|
|
|
} |
|
|
|
} else { |
|
|
|
return AjaxResult.success(redisCache.getCacheObject("currentWeatherAndForecastInformation" + numStake)); |
|
|
|
return AjaxResult.error(jsonResult.getInteger("code"), UniversalEnum.REQUEST_FAILED.getValue()); |
|
|
|
} |
|
|
|
} |
|
|
|
} catch (Exception ignored) { |
|
|
|