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

微信查询订单时报签名错误,但是去官方校验签名是通过的 #56

Open
jeasinlee opened this issue Apr 21, 2022 · 0 comments

Comments

@jeasinlee
Copy link

版本信息

  • IJPay 版本:
  • 开发环境:
  • 支付方式:
  • 调用的接口:

报错信息 (注意格式化)

见截图
这里粘贴代码或者日志
Map<String, String> params = OrderQueryModel.builder()
.appid(wxPayConfig.getAppID())
.mch_id(wxPayConfig.getMchID())
.out_trade_no(accountOrders.getOrderNum())
.nonce_str(WxPayKit.generateStr())
.build()
.createSign(wxPayConfig.getKey(), SignType.MD5);
log.info("请求参数:{}", WxPayKit.toXml(params));
String resultString = WxPayApi.orderQuery(params);
log.info("订单查询响应: {}", resultString);

问题描述(包括回显步骤、截图 )

Uploading image.png…

预期效果描述

交流群

  • IJPay 让支付触手可及交流群:723992875
  • TNWX 微信系开发脚手架交流群:114196246
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

No branches or pull requests

1 participant