|
@@ -50,7 +50,7 @@ public class QcClientFacade {
|
|
|
throw new CommonException(CommonErrorCode.NOT_EXISTS, "配置表内找不到评分接口地址数据!");
|
|
|
}
|
|
|
try {
|
|
|
- url="http://192.168.2.186:6010";
|
|
|
+ url="http://192.168.2.241:6010";
|
|
|
uri = new URI(url);
|
|
|
} catch (Exception e) {
|
|
|
throw new CommonException(CommonErrorCode.SERVER_IS_ERROR);
|