少年修仙传客户端代码仓库
hch
2025-06-11 2a2d17a782add55728032ad2bb63e247760a742e
0312 输出测试
1个文件已修改
7 ■■■■ 已修改文件
System/Login/LoginModel.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Login/LoginModel.cs
@@ -80,14 +80,17 @@
        private void OnSDKAccountLoginOk(ynmbxxjUtil.FP_LoginOk _result)
        {
            DebugEx.Log("OnSDKAccountLoginOk 111111111111111");
            sdkLogined = true;
            sdkLoginResult = _result;
            DebugEx.Log("OnSDKAccountLoginOk 222222222");
            if (!DebugUtility.Instance.isWhiteListAccount)
            {
                DebugUtility.Instance.RequestWhiteListAuthority(sdkLoginResult.account);
            }
            DebugEx.Log("OnSDKAccountLoginOk 333333333");
            ServerListCenter.Instance.RequestServerListPlayer(sdkLoginResult.account);
            ynmbxxjUtil.Instance.MakeKeyAndVisible();
            OperationLogCollect.Instance.RecordLauchEvent(5);