AES
chenjiahe
2022-01-07 840016fa49ce6a0fa37612ef84961a8021e419f4
src/main/java/com/hx/corp/util/WxCorpPayUtil.java
@@ -81,7 +81,6 @@
        try {
            CloseableHttpResponse response = HttpUtil.Post(CORP_PAY_URL, xmlInfo, true, certPath, corpPayRequest.getMchid());
            String transfersXml = EntityUtils.toString(response.getEntity(), "utf-8");
            System.out.println("渠道端企业付款:" + transfersXml);
           //Map<String, String> transferMap = HttpXmlUtils.parseRefundXml(transfersXml);