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
Config config = new RSAAutoCertificateConfig.Builder() .merchantId(merchantId) .privateKeyFromPath(privateKeyPath) .merchantSerialNumber(merchantSerialNumber) .apiV3Key(apiV3Key) .build();
初始化提示---无可用的平台证书,请在商户平台-API安全申请使用微信支付公钥。
根据README.md文档步骤操作
希望有一个完整的引用测试demo
No response
win10
17
0.2.15
The text was updated successfully, but these errors were encountered:
微信支付公钥说明 https://pay.weixin.qq.com/doc/v3/merchant/4012153196
SDK初始化参考公钥部分的说明
Sorry, something went wrong.
解决了吗 求分享
按照上面答复的使用平台公钥进行初始化,我不明白的是证书模式为什么报错又不提示,文档又不更新?我也是第一次对接微信支付,相比之下支付宝对接更好
No branches or pull requests
错误描述
Config config =
new RSAAutoCertificateConfig.Builder()
.merchantId(merchantId)
.privateKeyFromPath(privateKeyPath)
.merchantSerialNumber(merchantSerialNumber)
.apiV3Key(apiV3Key)
.build();
初始化提示---无可用的平台证书,请在商户平台-API安全申请使用微信支付公钥。
重现bug的步骤
根据README.md文档步骤操作
预期行为
希望有一个完整的引用测试demo
导致错误的代码片段
No response
操作系统
win10
Java 版本
17
wechatpay-java 版本
0.2.15
其他信息
No response
The text was updated successfully, but these errors were encountered: