少年修仙传客户端代码仓库
client_Hale
2019-01-18 055ee3c23e9015851224b235c727f1e9099798de
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
    }