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
渠道回调方法每次都设置自动获取微信平台证书 ,实际上微信支付工具包初始化时已存在自动更新,是有特别的场景考虑吗? com/jeequan/jeepay/pay/channel/wxpay/WxpayChannelRefundNoticeService.java:190
com.github.binarywang.wxpay.config.WxPayConfig#getVerifier @SneakyThrows public Verifier getVerifier() { if (verifier == null) { //当改对象为null时,初始化api v3的请求头 initApiV3HttpClient(); } return verifier; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
渠道回调方法每次都设置自动获取微信平台证书 ,实际上微信支付工具包初始化时已存在自动更新,是有特别的场景考虑吗?
com/jeequan/jeepay/pay/channel/wxpay/WxpayChannelRefundNoticeService.java:190
com.github.binarywang.wxpay.config.WxPayConfig#getVerifier
@SneakyThrows
public Verifier getVerifier() {
if (verifier == null) {
//当改对象为null时,初始化api v3的请求头
initApiV3HttpClient();
}
return verifier;
}
The text was updated successfully, but these errors were encountered: