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

签名错误如何解决 #3351

Open
vvip2u opened this issue Aug 20, 2024 · 2 comments
Open

签名错误如何解决 #3351

vvip2u opened this issue Aug 20, 2024 · 2 comments
Labels

Comments

@vvip2u
Copy link

vvip2u commented Aug 20, 2024

提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,尤其是常见问题部分。完成内容后,请务必移除包括本句在内的无用内容,以免影响阅读,否则直接关闭,谢谢合作~

另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合

简要描述

请简单概括描述下你所遇到的问题。

模块版本情况

  • WxJava 模块名: weixin-java-pay. 4.6.0
  • WxJava 版本号:(旧版本不予支持,谢谢配合)

详细描述

在wx_pay.properties添加了,xxx代表填了真实内容,做了脱敏

# wechat MP APP_ID
appId=xxxxxx
# wechat payment merchant ID
mchId=xxxx
# wechat payment merchant key
mchKey=
# wechat payment sub merchant ID
subAppId=
# wechat payment sub merchant key
subMchId=
# wechat payment V3 key
apiV3Key=xxxx
# p12 certificate location
keyPath=/app/apiclient_cert.p12
# private key location
privateKeyPath=/app/apiclient_key.pem
# certificate location
certPath=/app/apiclient_cert.pem
# wechat payment notify url
notifyUrl=https://xxxx.xxx.con/xxx/xxxxx/wx/payment/notify

日志

返回的错误如下,应该如何解决

返回代码:[FAIL],返回信息:[签名错误,请检查后再试],微信返回的原始报文:\n<xml><return_code><![CDATA[FAIL]]></return_code>\n<return_msg><![CDATA[签名错误,请检查后再试]]></return_msg>\n</xml>
@binarywang
Copy link
Member

麻烦规范下发帖内容,谢谢

Copy link

stale bot commented Oct 20, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants