少年修仙传客户端代码仓库
client_Hale
2019-01-18 055ee3c23e9015851224b235c727f1e9099798de
382 易乐android登陆逻辑修改
1个文件已修改
5 ■■■■■ 已修改文件
Core/SDK/SDKUtility.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | 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
    }