| Core/SDK/SDKUtility.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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 }