From ce8f5ce56f041fbce4d2834e7c9a3363bb1c3b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E6=88=8F=E7=B3=95=E6=89=8B=E7=88=B1=E4=B8=BD?= =?UTF-8?q?=E4=B8=9D?= <1747715394@qq.com> Date: Mon, 27 Oct 2025 08:15:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E9=BB=98=E8=AE=A4=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Runtime/YooAsset/PatchLogic/FsmNode/FsmInitializePackage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Runtime/YooAsset/PatchLogic/FsmNode/FsmInitializePackage.cs b/Assets/Scripts/Runtime/YooAsset/PatchLogic/FsmNode/FsmInitializePackage.cs index 050e7c7..c97e3ac 100644 --- a/Assets/Scripts/Runtime/YooAsset/PatchLogic/FsmNode/FsmInitializePackage.cs +++ b/Assets/Scripts/Runtime/YooAsset/PatchLogic/FsmNode/FsmInitializePackage.cs @@ -113,7 +113,7 @@ internal class FsmInitializePackage : IStateNode /// public string GetHostServerURL(string packageName) { - string hostServerIP = $"https://home.gtuantuan.online/{Application.productName}"; + string hostServerIP = $"https://home.gtuantuan.online:9444/{Application.productName}"; if (GameManager.Inst.ServerAddress != "" && GameManager.Inst.ServerAddress != null) hostServerIP = $"{GameManager.Inst.ServerAddress}/{Application.productName}"; string appVersion = "v1";