|
|
@@ -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 "";
|
|
|
}
|