From 8b0a46fd0412a3da2028c85449a8749d17248014 Mon Sep 17 00:00:00 2001
From: chenjiahe <763432473@qq.com>
Date: 星期五, 07 一月 2022 12:15:57 +0800
Subject: [PATCH] 添加Mysql数据库的AES加解密方法(新增十六进制的判断方法)

---
 src/main/java/com/hx/corp/util/WxCorpPayUtil.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/hx/corp/util/WxCorpPayUtil.java b/src/main/java/com/hx/corp/util/WxCorpPayUtil.java
index 89cfb1f..a4aa6fc 100644
--- a/src/main/java/com/hx/corp/util/WxCorpPayUtil.java
+++ b/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);
 

--
Gitblit v1.8.0