Skip to content
New issue

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

渠道回调方法每次都设置自动获取微信平台证书,是有特别的场景考虑吗? #49

Open
GongLe opened this issue Jun 1, 2023 · 0 comments

Comments

@GongLe
Copy link

GongLe commented Jun 1, 2023

渠道回调方法每次都设置自动获取微信平台证书 ,实际上微信支付工具包初始化时已存在自动更新,是有特别的场景考虑吗?
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;
}

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant