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
{"code":"SIGN_ERROR","detail":{"detail":{"issue":"sign not match"}
已经确认参数都正确
// 初始化商户配置 Config rsaConfig = new RSAAutoCertificateConfig.Builder() .merchantId("") // 使用 com.wechat.pay.java.core.util 中的函数从本地文件中加载商户私钥,商户私钥会用来生成请求的签名 .privateKeyFromPath("C:\\Users\\admin\\Downloads\\20240619_cert\\apiclient_key.pem") .merchantSerialNumber("") .apiV3Key("") .build();
如描述
No response
windows
jdk1.8
0.2.12-all
The text was updated successfully, but these errors were encountered:
No branches or pull requests
错误描述
{"code":"SIGN_ERROR","detail":{"detail":{"issue":"sign not match"}
已经确认参数都正确
重现bug的步骤
预期行为
如描述
导致错误的代码片段
No response
操作系统
windows
Java 版本
jdk1.8
wechatpay-java 版本
0.2.12-all
其他信息
No response
The text was updated successfully, but these errors were encountered: