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