src/main/java/com/yeshi/buwan/job/AdJob.java
@@ -109,6 +109,14 @@ config = configService.getConfigByKey("ad_video_search", detailSystem, version); updateVersionConfig(channel, config, version); //热启动开屏 config = configService.getConfigByKey("ad_splash_hot_start", detailSystem, version); updateVersionConfig(channel, config, version); //PPTV视频免广告权益 config = configService.getConfigByKey("pptv_no_ad_reward", detailSystem, version); updateVersionConfig(channel, config, version); //删除缓存 ehCacheManager.clearCacheByCacheName("configCache"); }