Commit d3bb7888 authored by wangxuewei's avatar wangxuewei

[提交人]:王雪伟

[提交简述] :幸福农场
[实现方案] :
parent fbbb6c6b
...@@ -156,7 +156,7 @@ class GameActivity : UnityPlayerActivity() { ...@@ -156,7 +156,7 @@ class GameActivity : UnityPlayerActivity() {
override fun onFailure(e: Throwable?, code: String?, errorMsg: String?) { override fun onFailure(e: Throwable?, code: String?, errorMsg: String?) {
Log.d("wxw", "地块列表 error") Log.d("wxw", "地块列表 error")
callback?.onFarmLandListSuccess(false, errorMsg + "") callback?.onFarmLandListSuccess(false, "LandError")
} }
}) })
} }
...@@ -405,8 +405,6 @@ class GameActivity : UnityPlayerActivity() { ...@@ -405,8 +405,6 @@ class GameActivity : UnityPlayerActivity() {
callback?.onIncrVideoAcceleratorsSuccess(false, errorMsg + "") callback?.onIncrVideoAcceleratorsSuccess(false, errorMsg + "")
} }
}) })
} }
override fun onRewardedVideoAdFailed(errorCode: AdError) { override fun onRewardedVideoAdFailed(errorCode: AdError) {
......
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