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