hch
2025-12-10 76d87221ad13f12f879f4eb02a17ae4f9b371ea4
0312 支持debug登录
1个文件已修改
17 ■■■■ 已修改文件
Main/System/Debug/DebugLogin.cs 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Debug/DebugLogin.cs
@@ -85,15 +85,14 @@
        if (isToken.isOn)
        {
            // var loginModel = ModelCenter.Instance.GetModel<LoginModel>();
            // LoginManager.Instance.sdkLoginResult = new SDKUtils.FP_LoginOk()
            // {
            //     account = account.text,
            //     token = password.text,
            //     tokenExpire = "1519750743000",
            //     phone = 0,
            //     accountID = 1000
            // };
            LoginManager.Instance.sdkLoginResult = new SDKUtils.FP_LoginOk()
            {
                account = account.text,
                token = password.text,
                tokenExpire = "1519750743000",
                phone = 0,
                accountID = 1000
            };
            LoginManager.Instance.sdkLogined = true;
            var ip = ServerListCenter.Instance.currentServer.region_domain;