|
|
@@ -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);
|