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

微信支付v3接口(不包括合单支付) #2130

Merged
merged 1 commit into from
May 21, 2021

Conversation

thinsstar
Copy link

微信支付v3接口(不包括合单支付)
参考文档:https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_1_1.shtml

@binarywang binarywang merged commit efb2c52 into Wechat-Group:develop May 21, 2021
@binarywang
Copy link
Member

@binarywang
Copy link
Member

jsapiResult.setAppId(appId).setTimeStamp(timestamp)
.setPackageValue("prepay_id=" + this.prepayId).setNonceStr(nonceStr)
//签名类型,默认为RSA,仅支持RSA。
.setSignType("RSA").setPaySign(SignUtils.sign(jsapiResult.getSignStr(), privateKey));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jsapiResult.getSignStr() 这个永远是空的吧?

@0katekate0
Copy link
Member

申请退款接口: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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants