Commit 4c992d5b authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 30f16445
......@@ -79,6 +79,9 @@ object CsjGroMoreManager {
if (!TextUtils.isEmpty(it.gromoreAdcodes_ordinary.groNewInterstitial)) {
APP_IN_COMMON_AD_FULL_UNIT_NEW_INTERSTITIAL_ID = it.gromoreAdcodes_ordinary.groNewInterstitial
}
if (!TextUtils.isEmpty(it.gromoreAdcodes_ordinary.groNewInterstitialHalf)) {
APP_IN_COMMON_AD_UNIT_NEW_INTERSTITIAL_ID = it.gromoreAdcodes_ordinary.groNewInterstitialHalf
}
}
if (it.gromoreAdcodes_outer_lock != null) { // 应用外锁屏
......@@ -94,6 +97,9 @@ object CsjGroMoreManager {
if (!TextUtils.isEmpty(it.gromoreAdcodes_outer_ordinary.groNewInterstitial)) {
APP_OUT_AD_UNIT_FULL_NEW_INTERSTITIAL_ID = it.gromoreAdcodes_outer_ordinary.groNewInterstitial
}
if (!TextUtils.isEmpty(it.gromoreAdcodes_outer_ordinary.groNewInterstitialHalf)) {
APP_OUT_AD_UNIT_NEW_INTERSTITIAL_ID = it.gromoreAdcodes_outer_ordinary.groNewInterstitialHalf
}
}
if (it.newnIterstitialHalfRate != null) {// 新插屏权重
......
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