From 7c5955128f49553930199fc5fd8f36e7441aea22 Mon Sep 17 00:00:00 2001 From: client_Hale <339726288@qq.com> Date: 星期三, 11 九月 2019 17:30:40 +0800 Subject: [PATCH] update 客户端发logout消息执行切换账号逻辑;支付回调地址从后台获取;创角事件过滤名字中的空字符;屏蔽热云初始化;增加热更事件通知;SDK退出杀死游戏进程;按系统返回键通知SDK退出 --- Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/YLPlatformUtil.java | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/YLPlatformUtil.java b/Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/YLPlatformUtil.java index 3fc7b5a..e924f4f 100644 --- a/Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/YLPlatformUtil.java +++ b/Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/YLPlatformUtil.java @@ -10,16 +10,11 @@ import com.aoyou.sdk.domain.PaymentCallbackInfo; import com.aoyou.sdk.domain.PaymentErrorMsg; import com.reyun.tracking.sdk.Tracking; -import com.squareup.okhttp.Callback; -import com.squareup.okhttp.OkHttpClient; -import com.squareup.okhttp.Request; -import com.squareup.okhttp.Response; import com.ss.android.common.lib.EventUtils; import org.json.JSONException; import org.json.JSONObject; -import java.io.IOException; import java.util.HashMap; import java.util.Map; -- Gitblit v1.8.0