|
|
@@ -66,9 +66,9 @@ public class CommonConfig
|
|
|
if (serverType == ServerType.Produce)
|
|
|
{
|
|
|
if (serverIndex == 0)
|
|
|
- return "http://118.195.187.121/SmartBowBusinessServer";
|
|
|
+ return "https://xmjssvr.com/SmartBowBusinessServer";//"http://118.195.187.121/SmartBowBusinessServer";
|
|
|
else if (serverIndex == 1)
|
|
|
- return "http://54.165.56.200/SmartBowBusinessServer";
|
|
|
+ return "https://xmjssvr.cn/SmartBowBusinessServer";//"http://54.165.56.200/SmartBowBusinessServer";
|
|
|
}
|
|
|
return "http://192.168.0.112:11432/SmartBowBusinessServer";
|
|
|
}
|