We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
模块版本情况
详细描述 公钥模式支付回调,解析数据会出现 非法请求,头部信息验证失败 BaseWxPayServiceImpl.baseParseOrderNotifyV3Result方法里面
if ( Objects.nonNull( header ) && !this.verifyNotifySign( header, notifyData ) ) { throw new WxPayException("非法请求,头部信息验证失败"); }
this.verifyNotifySign(header, notifyData)这个方法校验失败返回了false
The text was updated successfully, but these errors were encountered:
请问你这个问题有解决吗
Sorry, something went wrong.
No branches or pull requests
模块版本情况
详细描述
公钥模式支付回调,解析数据会出现 非法请求,头部信息验证失败
BaseWxPayServiceImpl.baseParseOrderNotifyV3Result方法里面
if ( Objects.nonNull( header ) && !this.verifyNotifySign( header, notifyData ) ) {
throw new WxPayException("非法请求,头部信息验证失败");
}
this.verifyNotifySign(header, notifyData)这个方法校验失败返回了false
The text was updated successfully, but these errors were encountered: