From fdd81aef19a122cb07b9858e1c07f1ab294b9d87 Mon Sep 17 00:00:00 2001 From: stevesensei Date: Mon, 15 Jun 2026 18:27:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=8B=9F=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Online/Logic/LoginCacheManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Scripts/Online/Logic/LoginCacheManager.cs b/Assets/Scripts/Online/Logic/LoginCacheManager.cs index f0a8f517..6fef235e 100644 --- a/Assets/Scripts/Online/Logic/LoginCacheManager.cs +++ b/Assets/Scripts/Online/Logic/LoginCacheManager.cs @@ -125,6 +125,8 @@ namespace IchniOnline.Online.Logic "", "mock@test.com" ); + data.hasServerSession = true; + data.jwtToken = "mock_jwt_token"; ES3.Save(ES3_KEY, data); Debug.Log($"[LoginCacheManager] 已写入模拟缓存数据");