Explorar o código

调整正式服务器的地址信息

沈静伟 %!s(int64=4) %!d(string=hai) anos
pai
achega
d9fd1758c7

+ 0 - 1
src/dsb/com/cnd3b/common/websocket/WebClientSocket.java

@@ -13,7 +13,6 @@ import java.io.IOException;
 import java.lang.reflect.Constructor;
 import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Method;
-import java.util.Arrays;
 import java.util.Calendar;
 import java.util.Date;
 import java.util.concurrent.ConcurrentHashMap;

+ 1 - 1
src/dsb/com/cnd3b/restcontroller/enterprise/live/live.java

@@ -177,7 +177,7 @@ public class live extends Controller {
         if (secretKey == null) {
             return getErrReturnObject().toString();
         } else {
-            String fliveshowurl = "http://123.60.111.36:8080/customer/index.html#/authLiveLogin?tliveid=" + tliveid;
+            String fliveshowurl = "https://www.buwanjia.com/customer/index.html#/authLiveLogin?tliveid=" + tliveid;
             dbConnect.runSqlUpdate("update tlive set fliveshowurl='" + fliveshowurl + "', fisneedauth=1,secretkey='" + secretKey + "' where siteid='" + siteid + "' and tliveid='" + tliveid + "'");
             //需将改为新的直播观看地址
             return queryChannelMain();

+ 1 - 1
src/dsb/com/cnd3b/utility/polyv/Polyv.java

@@ -161,7 +161,7 @@ public class Polyv extends BaseClass {
         LiveChannelAuthExternalResponse liveChannelAuthExternalResponse;
         try {
             liveChannelAuthExternalRequest.setChannelId(channelId);
-            liveChannelAuthExternalRequest.setExternalUri("http://123.60.111.36:8080/bwj/rest/webclientrest/polyvAuth");
+            liveChannelAuthExternalRequest.setExternalUri("https://www.buwanjia.com/bwj/rest/webclientrest/polyvAuth");
             liveChannelAuthExternalResponse = new LiveWebAuthServiceImpl().updateChannelAuthExternal(
                     liveChannelAuthExternalRequest);
             Assert.assertNotNull(liveChannelAuthExternalResponse);