微信支付v3接口(不包括合单支付) by thinsstar · Pull Request #2130 · binarywang/WxJava
binarywang / WxJava Public
-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Merged
Merged
微信支付v3接口(不包括合单支付)#2130
微信支付v3接口(不包括合单支付)#2130
Conversation
thinsstar
commented
May 21, 2021
thinsstar
commented
微信支付v3接口(不包括合单支付)
参考文档:https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_1_1.shtml
binarywang
merged commit
efb2c52
into
binarywang:develop
binarywang
commented
Jul 6, 2021
binarywang commented
Owner
binarywang
commented
Jul 6, 2021
binarywang commented
Owner
binarywang
reviewed
...ava-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxPayUnifiedOrderV3Result.java
| jsapiResult.setAppId(appId).setTimeStamp(timestamp) | ||
| .setPackageValue("prepay_id=" + this.prepayId).setNonceStr(nonceStr) | ||
| //签名类型,默认为RSA,仅支持RSA。 | ||
| .setSignType("RSA").setPaySign(SignUtils.sign(jsapiResult.getSignStr(), privateKey)); |
Owner
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jsapiResult.getSignStr() 这个永远是空的吧?
0katekate0
commented
Aug 8, 2022
0katekate0 commented
申请退款接口:https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_1_9.shtml
有几个非必填参数,接口未有,比如:funds_account,from
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment