This commit is contained in:
2025-10-31 09:12:50 +08:00
parent d4f18c8787
commit a4a71095c7
2 changed files with 38 additions and 38 deletions

View File

@@ -113,7 +113,7 @@ internal class FsmInitializePackage : IStateNode
/// </summary>
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";