Parcourir la source

请求改用SSL

lvjincheng il y a 3 ans
Parent
commit
ed4857ac6b
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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 "";
         }