mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-22 21:00:51 +08:00
🎨 #1483 微信支付异步通知解析时使用通知里的签名类型进行验签
This commit is contained in:
parent
fb3ed0b642
commit
61e6221bd7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user