Commit 03bde953 authored by mengcuiguang's avatar mengcuiguang

添加穿山甲全屏广告

parent 4065410c
...@@ -209,10 +209,12 @@ public class VideoAdingManager { ...@@ -209,10 +209,12 @@ public class VideoAdingManager {
nextAdType = Constant.YLH_VEDIO_AD; nextAdType = Constant.YLH_VEDIO_AD;
} else if (AppConfig.csjFullVedioAdCount > 0) { } else if (AppConfig.csjFullVedioAdCount > 0) {
nextAdType = Constant.CSJ_FULL_AD; nextAdType = Constant.CSJ_FULL_AD;
} else if (AppConfig.ksVideoAdCount > 0) {
nextAdType = Constant.KS_VEDIO_AD;
} else if (AppConfig.shVideoAdCount > 0) { } else if (AppConfig.shVideoAdCount > 0) {
nextAdType = Constant.SH_VEDIO_AD; nextAdType = Constant.SH_VEDIO_AD;
} else { } else {
nextAdType = Constant.KS_VEDIO_AD; nextAdType = Constant.FL_VEDIO_AD;
} }
return nextAdType; return nextAdType;
} }
......
...@@ -86,15 +86,15 @@ public class AppConfig { ...@@ -86,15 +86,15 @@ public class AppConfig {
/** /**
* flVideo 剩余广告播放数 * flVideo 剩余广告播放数
*/ */
public static int flVideoAdCount = 5; public static int flVideoAdCount = 0;
/** /**
* shVideo 剩余广告播放数 * shVideo 剩余广告播放数
*/ */
public static int shVideoAdCount = 5; public static int shVideoAdCount = 0;
/** /**
* ksVideo 剩余广告播放数 * ksVideo 剩余广告播放数
*/ */
public static int ksVideoAdCount = 5; public static int ksVideoAdCount = 0;
/** /**
* 高额试玩任务标识 * 高额试玩任务标识
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment