-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
统一下单签名值与返回值不一致 #284
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/Wechat-Group/weixin-java-tools/blob/master/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceImpl.java#L203
WxPayServiceImpl的200行-213行
在configMap生成签名需要字段timestamp和noncestr是实时生成,但是返回的时候payInfo又重新生成一个新的,实际签名用两个字段与返回的不一致,导致客户端签名失败
可以改成
The text was updated successfully, but these errors were encountered: