Browse Source

【优化】服务器地址修改

johnclot69 1 year ago
parent
commit
e73f34a2df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Unity/Assets/Scripts/Codes/Hotfix/Share/ConstValue.cs

+ 1 - 1
Unity/Assets/Scripts/Codes/Hotfix/Share/ConstValue.cs

@@ -7,7 +7,7 @@ namespace ET
     {
         // public const string RouterHttpHost = "127.0.0.1";
         // 阿里云测试服
-        public const string RouterHttpHost = "47.97.163.95";
+        public const string RouterHttpHost = "47.98.144.16";
         
         public const int RouterHttpPort = 30300;