Commit 1bf9c0f2 authored by maxiaoliang's avatar maxiaoliang

Merge remote-tracking branch 'origin/develop_cache' into develop_cache

parents 68e8ce85 f06bec27
......@@ -75,7 +75,7 @@ class SplashActivity : BaseActivity(), SplashContract.View {
AdManager.loadSplashAd(this,
ADConfig.AD_SPLASH, tv_skipview, splash_container!!,object : ZXADSplashListener {
override fun onSuccessResult() {
Log.e("huang", "onSuccessResult()")
}
override fun onFailResult(result: String) {
......@@ -100,9 +100,13 @@ class SplashActivity : BaseActivity(), SplashContract.View {
)
}
override fun onAdClicked(data: NewsEntity) {}
override fun onAdClicked(data: NewsEntity) {
}
override fun onAdShow(data: NewsEntity) {}
override fun onAdShow(data: NewsEntity) {
}
override fun onAdSkip() {
Log.e("huang", "onAdSkip()")
......
......@@ -31,9 +31,9 @@ class BaseApplication : MultiDexApplication() {
//第一步初始化 application
AppliContext.init(this)
Config.init(this)
NetConfig.setBase_Url(NetConfig.Environment.DEV)// TODO 上线之后提成成 NetConfig.Environment.PRODUCT
NetConfig.setBase_Url(NetConfig.Environment.PRODUCT)// TODO 上线之后提成成 NetConfig.Environment.PRODUCT
Constant.appLs = "5ea353dac826a125 "//appls
Constant.appLs = "a03d5320d905cf3b"//appls
AdManager.init(//TODO 替换id
this, ZXADConfig
.csjId("5113760")
......
......@@ -149,6 +149,11 @@ interface ITaskApi {
@POST(NetConfig.Task.URL_DOUBLE_COLOR_BALL_DRAW)
fun getColorBallDraw(): Observable<Response<BallDrawDataEntity>>
// /**
// * 看视频加金币
// */
// @POST(NetConfig.GuessSong.URL_MULTIPLE)
// fun lookVideoAddCoins(@Query("sid") sid: String): Observable<Response<DoubleCoinEntity>>
/**
* 查询任务状态
......
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