hch
2025-09-11 b9086106957030c9a5cabc02923d052e805c5a8b
Main/SDK/SDKUtils.cs
@@ -910,10 +910,7 @@
        m_Json.Clear();
        m_Json["code"] = CodeU2A.FreePlatformLogout;
        SendMessageToSDK(m_Json);
        if (ChannelPlatform == E_ChannelPlatform.Yl)
        {
            FreePlatformLogin();
        }
        // FreePlatformLogin();
#endif
    }
    public void ShowAccountView()
@@ -922,10 +919,9 @@
        m_Json.Clear();
        m_Json["code"] = CodeU2A.ShowAccountView;
        SendMessageToSDK(m_Json);
        if (ChannelPlatform == E_ChannelPlatform.Yl)
        {
            FreePlatformLogin();
        }
        // FreePlatformLogin();
#endif
    }
    public void FreePlatformSwitchAccount()