yuxc
2023-09-09 f6f5e4a28931bdd49b9d0d593d42ef6a291e0f86
Source/UBCS/ubcs-codeApply/src/main/java/com/vci/rmip/code/client/codeapply/Apply410/utils/HttpUtil.java
@@ -92,7 +92,7 @@
          * 添加请求头信息
          */
         if(headers!=null&&headers.size()>0) {
            for (Map.Entry<String, String> entry : params.entrySet()) {
            for (Map.Entry<String, String> entry : headers.entrySet()) {
               httpGet.addHeader(entry.getKey(), entry.getValue());
            }
         }