Commit b6ef3576 authored by shenpc's avatar shenpc

更改appid

parent 9dd41b6a
......@@ -97,8 +97,8 @@ public class AdDataManager {
adData.cpName = OutAdData.CP_AD_TOPON;
adData.cpAdtype = OutAdData.CP_AD_TYPE_CHAPING;
adData.position = OutAdData.POSITION_HOME;
adData.cpAppid = PROP.isTest() ? "a6501757a165c4" : "a64e8467407339";
adData.cpAdslot = PROP.isTest() ? "b6509805ed0208" : "b657019e06896e";//cp:b6509805ed0208 native:b1f5eocpkk4f3f release cp:b1f5i60t92g4gq
adData.cpAppid = PROP.isTest() ? "a6501757a165c4" : "a659e36b0ee753";
adData.cpAdslot = PROP.isTest() ? "b6509805ed0208" : "b1fa77vtjclo60";//cp:b6509805ed0208 native:b1f5eocpkk4f3f release cp:b1f5i60t92g4gq
adData.showCount = 30;
adData.showTimes = 30;
adData.interval = 8*60;//30分钟 未隐藏icon
......
......@@ -117,6 +117,11 @@ public class OutAdManager extends BaseOutShowManager {
return;
}
if (!OutHelp.get().isInit()) {
LogUtil.d(TAG + "保活没有初始化,返回");
return;
}
if (AdManagerV2.get().loadAd(adData.cpAdslot)) {
LogUtil.d(TAG + " 预加载广告,返回");
return;
......
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