You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
简要描述
微信支付 APP统一下单接口v3,缺少sign参数
模块版本情况
详细描述
WxPayUnifiedOrderV3Result.getPayInfo构建APP支付信息时没有签名
官方文档:https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_2_4.shtml
签名示例:SignUtils.sign(String.format("%s\n%s\n%s\n%s\n", appid, timestamp, noncestr, prepayid), wxPayService.getConfig().getPrivateKey())
The text was updated successfully, but these errors were encountered: