From 22f2d94e81e7f77df4a7a63b370a06a66dd1b93e Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 26 十月 2022 17:10:35 +0800
Subject: [PATCH] 0312 BT7sdk

---
 Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/YLPlatformUtil.java |   10 +++++-----
 1 files changed, 5 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 29d7e76..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;
 
@@ -161,4 +156,9 @@
         Tracking.setRegisterWithAccountID(m_AccountID);
         EventUtils.setRegister("mobile",true);
     }
+
+    public void SendLoginEvent()
+    {
+        Tracking.setLoginSuccessBusiness(m_AccountID);
+    }
 }

--
Gitblit v1.8.0