Jelajahi Sumber

配置还原

chengyao 4 tahun lalu
induk
melakukan
8c8d04a907
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/main/java/com/diagbot/facade/QcClientFacade.java

+ 1 - 1
src/main/java/com/diagbot/facade/QcClientFacade.java

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