Commit 4221052c authored by wangxuewei's avatar wangxuewei

[提交人]:王雪伟

[提交简述] :幸福农场
[实现方案] :压缩图片
parent 6db5ba5f
......@@ -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,11 +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>>
// /**
// * 看视频加金币
// */
// @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