We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
见截图 这里粘贴代码或者日志 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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
版本信息
报错信息 (注意格式化)
见截图
这里粘贴代码或者日志
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);
问题描述(包括回显步骤、截图 )
预期效果描述
交流群
The text was updated successfully, but these errors were encountered: