From d891af33a03dd488dd59c728503e3bb65f202f0c Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期二, 18 四月 2023 19:53:08 +0800 Subject: [PATCH] 0312 测试 --- Project/app/src/game_226114725/java/com/secondworld/univeralsdk/FreePlatformUtil.java | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/Project/app/src/game_226114725/java/com/secondworld/univeralsdk/FreePlatformUtil.java b/Project/app/src/game_226114725/java/com/secondworld/univeralsdk/FreePlatformUtil.java index ac2e18d..c23153c 100644 --- a/Project/app/src/game_226114725/java/com/secondworld/univeralsdk/FreePlatformUtil.java +++ b/Project/app/src/game_226114725/java/com/secondworld/univeralsdk/FreePlatformUtil.java @@ -8,7 +8,6 @@ import com.allugame.freesdk.entities.FreeOrder; import com.allugame.freesdk.port.FreePlatform; import com.reyun.tracking.sdk.Tracking; -import com.ss.android.common.lib.EventUtils; import org.json.JSONException; import org.json.JSONObject; @@ -102,7 +101,6 @@ case FreeCallbackCode.LOGOUT_SUCCESS: m_Message.put("code", CodeA2U.FreePlatformLogoutOk); UniversalUtil.sendMessageToUnity(m_Message); - EventUtils.setLogin("mobile",true); break; case FreeCallbackCode.LOGOUT_FAILURE: m_Message.put("code", CodeA2U.FreePlatformLogoutFail); @@ -143,7 +141,6 @@ _registerMsg.put("account", m_Account); UniversalUtil.sendMessageToUnity(_registerMsg); Tracking.setRegisterWithAccountID(m_Account); - EventUtils.setRegister("mobile",true); } }); } @@ -151,6 +148,5 @@ public void SendRegisterEvent() { Tracking.setRegisterWithAccountID(m_Account); - EventUtils.setRegister("mobile",true); } } -- Gitblit v1.8.0