From 61e6221bd79d90c1cd898680e9e3ac2f662717fa Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Sat, 4 Apr 2020 13:38:27 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20#1483=20=E5=BE=AE=E4=BF=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=BC=82=E6=AD=A5=E9=80=9A=E7=9F=A5=E8=A7=A3=E6=9E=90?= =?UTF-8?q?=E6=97=B6=E4=BD=BF=E7=94=A8=E9=80=9A=E7=9F=A5=E9=87=8C=E7=9A=84?= =?UTF-8?q?=E7=AD=BE=E5=90=8D=E7=B1=BB=E5=9E=8B=E8=BF=9B=E8=A1=8C=E9=AA=8C?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../binarywang/wxpay/service/impl/BaseWxPayServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/BaseWxPayServiceImpl.java b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/BaseWxPayServiceImpl.java index 908e0c03b..1f0e52838 100644 --- a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/BaseWxPayServiceImpl.java +++ b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/BaseWxPayServiceImpl.java @@ -155,7 +155,7 @@ public abstract class BaseWxPayServiceImpl implements WxPayService { log.debug("微信支付异步通知请求参数:{}", xmlData); WxPayOrderNotifyResult result = WxPayOrderNotifyResult.fromXML(xmlData); log.debug("微信支付异步通知请求解析后的对象:{}", result); - result.checkResult(this, this.getConfig().getSignType(), false); + result.checkResult(this, result.getSignType(), false); return result; } catch (WxPayException e) { throw e;