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 }