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

微信支付 APP统一下单接口v3,缺少sign参数 #2216

Closed
evanweng666 opened this issue Jul 23, 2021 · 1 comment
Closed

微信支付 APP统一下单接口v3,缺少sign参数 #2216

evanweng666 opened this issue Jul 23, 2021 · 1 comment
Labels

Comments

@evanweng666
Copy link

简要描述

微信支付 APP统一下单接口v3,缺少sign参数

模块版本情况

  • WxJava 模块名: weixin-java-pay
  • WxJava 版本号: 4.1.0

详细描述

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())

gadfly3173 added a commit to gadfly3173/WxJava that referenced this issue Aug 9, 2021
兼容性警告:根据微信支付v3文档,将AppResult的字段全部改为了小写,请开发者使用时注意修改
https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_2_4.shtml
@stale
Copy link

stale bot commented Nov 7, 2021

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.

@stale stale bot added the stale label Nov 7, 2021
@stale stale bot closed this as completed Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant