From 055ee3c23e9015851224b235c727f1e9099798de Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 18 一月 2019 13:32:59 +0800
Subject: [PATCH] 382 易乐android登陆逻辑修改

---
 Core/SDK/SDKUtility.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Core/SDK/SDKUtility.cs b/Core/SDK/SDKUtility.cs
index df2ca42..7fcc086 100644
--- a/Core/SDK/SDKUtility.cs
+++ b/Core/SDK/SDKUtility.cs
@@ -514,6 +514,7 @@
                 {
                     onFreePlatformLogoutOk();
                 }
+                FreePlatformInfo = null;
                 break;
             case CodeA2U.FreePlatformLogoutFail:
                 if (onFreePlatformLogoutFail != null)
@@ -793,6 +794,10 @@
         m_Json.Clear();
         m_Json["code"] = CodeU2A.FreePlatformLogout;
         SendMessageToSDK(m_Json);
+        if (ChannelPlatform == E_ChannelPlatform.Yl)
+        {
+            FreePlatformLogin();
+        }
 #endif
     }
 

--
Gitblit v1.8.0