Commit dadf51a2 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent dd604309
...@@ -97,6 +97,8 @@ public class FullGroManager { ...@@ -97,6 +97,8 @@ public class FullGroManager {
@Override @Override
public void onFullVideoLoadFail(AdError adError) { public void onFullVideoLoadFail(AdError adError) {
LogUtil.d(TAG, "code=" + adError.message);
isLoadSuccess = false; isLoadSuccess = false;
} }
......
...@@ -54,7 +54,7 @@ class WifiAdManager { ...@@ -54,7 +54,7 @@ class WifiAdManager {
} }
// return tempAdType // return tempAdType
return Constant.GROMORE_INSERTSCREEN_AD return Constant.GROMORE_FULL_AD
} }
/** /**
......
...@@ -15,7 +15,7 @@ object CsjGroMoreManager { ...@@ -15,7 +15,7 @@ object CsjGroMoreManager {
var AD_UNIT_SPLASH_ID = "887497104" // 开屏 var AD_UNIT_SPLASH_ID = "887497104" // 开屏
var AD_UNIT_VIDEO_ID = "946265896" // 激励视频 var AD_UNIT_VIDEO_ID = "946265896" // 激励视频
var AD_UNIT_INTERSTITIAL_ID = "946265898" // 插屏 var AD_UNIT_INTERSTITIAL_ID = "946265898" // 插屏
var AD_UNIT_FULL_ID = "" // 全屏 var AD_UNIT_FULL_ID = "946333578" // 全屏
fun init(application: MintsApplication) { fun init(application: MintsApplication) {
TTGroMoreAdManagerHolder.init(application) TTGroMoreAdManagerHolder.init(application)
......
...@@ -46,12 +46,12 @@ public class MyInfo implements Serializable { ...@@ -46,12 +46,12 @@ public class MyInfo implements Serializable {
* coin : 5476 * coin : 5476
*/ */
private int surplus; private double surplus;
private String idcode; private String idcode;
private String mobile; private String mobile;
private int coin; private int coin;
public int getSurplus() { public double getSurplus() {
return surplus; return surplus;
} }
......
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