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