jiangping
2024-10-10 6af94c9f2deb77e97ccfca2c83c3c28dac534ae0
server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
@@ -234,8 +234,6 @@
      Map<String, String> path = getPath(HKConstants.InterfacePath.facePicture[0]);
      //参数根据接口实际情况设置
      log.error("-------------------------ArtemisConfig.host***********************************"+ ArtemisConfig.host);
      log.error("-------------------------ArtemisConfig.key********************************"+ArtemisConfig.appKey);
      HttpResponse resp = ArtemisHttpUtil.doPostStringImgArtemis( path, body, null, null,"application/json",null);
      if (200==resp.getStatusLine().getStatusCode()) {
         HttpEntity entity = resp.getEntity();