少年修仙传客户端代码仓库
hch
2025-06-11 24c10d71206738d34d795696595bfe07f48bce47
0312 输出测试
1个文件已修改
12 ■■■■ 已修改文件
System/Login/LoginModel.cs 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Login/LoginModel.cs
@@ -322,10 +322,18 @@
                        send.ExtraLen = (ushort)send.Extra.Length;
                        Debug.LogFormat("C0101_tagCPlayerLogin 444444444444444444");
                    }
                    string deviceInfo = "ios";
                    try
                    {
                        deviceInfo = DeviceUtility.GetDeviceModel();
                        deviceInfo.Replace(" ", "").Replace("=", "").Replace("%", "").Replace("-", "").Replace("|","");
                    }
                    catch (Exception ex)
                    {
                        Debug.LogError("C0101_tagCPlayerLogin Exception: " + ex.Message);
                    }
                    send.AccID = sdkLoginResult.account;
                    var deviceInfo = DeviceUtility.GetDeviceModel();
                    deviceInfo.Replace(" ", "").Replace("=", "").Replace("%", "").Replace("-", "").Replace("|","");
                    var versionStr = StringUtility.Contact(VersionConfig.Get().version, "_", VersionConfig.Get().buildIndex, "_", deviceInfo);
                    Debug.LogFormat("C0101_tagCPlayerLogin 5555555555555555");