Răsfoiți Sursa

1.修改域名。国内版本还是使用ip。因为需要备案

slambb 2 ani în urmă
părinte
comite
d054d1d8fe
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Assets/BowArrow/Scripts/CommonConfig.cs

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

@@ -66,7 +66,7 @@ public class CommonConfig
             if (serverType == ServerType.Produce) 
             {
                 if (serverIndex == 0) 
-                    return "https://xmjssvr.cn/SmartBowBusinessServer";//"http://118.195.187.121/SmartBowBusinessServer";
+                    return "http://118.195.187.121/SmartBowBusinessServer";//"https://xmjssvr.cn/SmartBowBusinessServer";等备案再使用域名
                 else if (serverIndex == 1) 
                     return "https://xmjssvr.com/SmartBowBusinessServer";//"http://54.165.56.200/SmartBowBusinessServer";
             }