Skip to content

Conversation

thinsstar
Copy link

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

@binarywang binarywang merged commit efb2c52 into binarywang:develop May 21, 2021
jsapiResult.setAppId(appId).setTimeStamp(timestamp)
.setPackageValue("prepay_id=" + this.prepayId).setNonceStr(nonceStr)
//签名类型,默认为RSA,仅支持RSA。
.setSignType("RSA").setPaySign(SignUtils.sign(jsapiResult.getSignStr(), privateKey));
Copy link
Owner

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

申请退款接口: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

3 participants