lvjincheng преди 3 години
родител
ревизия
ed4857ac6b
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      Assets/BowArrow/Scripts/CommonConfig.cs

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

@@ -37,7 +37,7 @@ public class CommonConfig
                 return "http://192.168.137.1:11332/SmartBowBusinessServer";
             } 
             if (serverType == ServerType.Produce) {
-                return "http://49.234.219.63:11332/SmartBowBusinessServer";
+                return "https://xmjssvr.cn/SmartBowBusinessServer";
             } 
             return "";
         }
@@ -49,7 +49,7 @@ public class CommonConfig
                 return "ws://192.168.137.1:11333/SmartBowBusinessServerSK";
             } 
             if (serverType == ServerType.Produce) {
-                return "ws://49.234.219.63:11333/SmartBowBusinessServerSK";
+                return "wss://xmjssvr.cn/SmartBowBusinessServerSK";
             } 
             return "";
         }
@@ -61,7 +61,7 @@ public class CommonConfig
                 return "ws://192.168.137.1:11811/SmartBowGameServer";
             } 
             if (serverType == ServerType.Produce) {
-                return "ws://49.234.219.63:11811/SmartBowGameServer";
+                return "wss://xmjssvr.cn/SmartBowGameServer";
             } 
             return "";
         }