Jelajahi Sumber

1.修改域名访问

slambb 2 tahun lalu
induk
melakukan
10def7bede
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      Assets/BowArrow/Scripts/CommonConfig.cs

+ 2 - 2
Assets/BowArrow/Scripts/CommonConfig.cs

@@ -66,9 +66,9 @@ public class CommonConfig
             if (serverType == ServerType.Produce) 
             {
                 if (serverIndex == 0) 
-                    return "http://118.195.187.121/SmartBowBusinessServer";
+                    return "https://xmjssvr.com/SmartBowBusinessServer";//"http://118.195.187.121/SmartBowBusinessServer";
                 else if (serverIndex == 1) 
-                    return "http://54.165.56.200/SmartBowBusinessServer";
+                    return "https://xmjssvr.cn/SmartBowBusinessServer";//"http://54.165.56.200/SmartBowBusinessServer";
             } 
             return "http://192.168.0.112:11432/SmartBowBusinessServer";
         }