From 1ad03cc2f91d75e80fc3dc42e2ac1fadc9a2bfec Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 11 二月 2026 16:10:43 +0800
Subject: [PATCH] Merge branch 'master' into h5version
---
Main/System/Debug/DebugLogin.cs | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/Main/System/Debug/DebugLogin.cs b/Main/System/Debug/DebugLogin.cs
index 0ffee1b..6e2981c 100644
--- a/Main/System/Debug/DebugLogin.cs
+++ b/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;
--
Gitblit v1.8.0