slambb 2 жил өмнө
parent
commit
10def7bede

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

@@ -66,9 +66,9 @@ public class CommonConfig
             if (serverType == ServerType.Produce) 
             if (serverType == ServerType.Produce) 
             {
             {
                 if (serverIndex == 0) 
                 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) 
                 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";
             return "http://192.168.0.112:11432/SmartBowBusinessServer";
         }
         }