admin
2021-09-24 f788607ff771a47bc60d6a86e00b3433c40f3d2c
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");
    }