Commit 4577c8b3 authored by jyx's avatar jyx

优化代码位

parent ac85446d
......@@ -82,7 +82,7 @@ class AppOutSimpleGroMoreCarrierExpressManager : TTSettingConfigCallback {
private fun loadAd() {
mTTAdNative = TTUnifiedNativeAd(
MintsApplication.getContext(), CsjGroMoreManager.APP_IN_COMMON_AD_UNIT_EXPRESS_ID
MintsApplication.getContext(), CsjGroMoreManager.APP_OUT_AD_UNIT_EXPRESS_ID
)
//视频声音控制设置
......@@ -168,7 +168,7 @@ class AppOutSimpleGroMoreCarrierExpressManager : TTSettingConfigCallback {
vo["ecpm"] = ttNativeAd.preEcpm
vo["adSource"] = ttNativeAd.adNetworkPlatformId
vo["adType"] = Constant.GRO_MORE_ADTYPE1
vo["adid"] = CsjGroMoreManager.APP_IN_COMMON_AD_UNIT_EXPRESS_ID
vo["adid"] = CsjGroMoreManager.APP_OUT_AD_UNIT_EXPRESS_ID
TrackManager.getInstance().cmtGroMoreInfo(vo)
}
}
......
......@@ -11,7 +11,6 @@ import com.mints.flowbox.ad.ExpressAdCallback
import com.mints.flowbox.ad.express.ExpressManager
import com.mints.flowbox.ui.activitys.IncreasespeedActivity
import com.mints.flowbox.ui.activitys.base.OutAppActivity
import com.mints.flowbox.utils.ForegroundOrBackground
import com.mints.flowbox.utils.TimeRender
import com.mints.flowbox.utils.ToolUtil
import com.mints.library.utils.nodoubleclick.AntiShake
......
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