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
项目在内网服务器A部署,只有内网服务器B可以通外网,实际使用中通过服务器B转发请求,在方法initApiV3HttpClient -> AutoUpdateCertificatesVerifier -> autoUpdateCert中请求了https://api.mch.weixin.qq.com/v3/certificates地址,该地址没有使用WxPayConfig中设置的payBaseUrl,而是写死在代码里,导致initApiV3HttpClient方法报错,建议将固定地址修改为使用配置
https://api.mch.weixin.qq.com/v3/certificates
请提供所需功能对应的微信官方文档地址以便进行确认。
The text was updated successfully, but these errors were encountered:
欢迎直接提供修复代码,谢谢
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,完成内容后,请务必移除包括本句在内的无用内容,以免影响他人阅读,否则直接关闭,谢谢合作~
简要描述
项目在内网服务器A部署,只有内网服务器B可以通外网,实际使用中通过服务器B转发请求,在方法initApiV3HttpClient -> AutoUpdateCertificatesVerifier -> autoUpdateCert中请求了
https://api.mch.weixin.qq.com/v3/certificates
地址,该地址没有使用WxPayConfig中设置的payBaseUrl,而是写死在代码里,导致initApiV3HttpClient方法报错,建议将固定地址修改为使用配置官方文档地址
请提供所需功能对应的微信官方文档地址以便进行确认。
The text was updated successfully, but these errors were encountered: