فهرست منبع

网关服务器更换

lvjincheng 3 سال پیش
والد
کامیت
c40347164e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Assets/BowArrow/Scripts/CommonConfig.cs

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

@@ -37,7 +37,7 @@ public class CommonConfig
     public static string gateServerURL {
         get {
             if (serverType == ServerType.LocalTest) {
-                return "http://192.168.137.1:11332/SmartBowBusinessServer";
+                return "http://43.132.127.96:11332/SmartBowBusinessServer";
             } 
             if (serverType == ServerType.Produce) {
                 return "http://18.163.110.187/SmartBowBusinessServer";