瀏覽代碼

🐛 #1148 修复微信支付拉取评论信息接口签名问题

master
Ziyear 5 年之前
committed by Binary Wang
父節點
當前提交
2f372b4a39
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/BaseWxPayServiceImpl.java

+ 1
- 1
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/BaseWxPayServiceImpl.java 查看文件

@@ -779,8 +779,8 @@ public abstract class BaseWxPayServiceImpl implements WxPayService {

@Override
public String queryComment(WxPayQueryCommentRequest request) throws WxPayException {
request.checkAndSign(this.getConfig());
request.setSignType(SignType.HMAC_SHA256);
request.checkAndSign(this.getConfig());

String url = this.getPayBaseUrl() + "/billcommentsp/batchquerycomment";
String responseContent = this.post(url, request.toXML(), true);


Loading…
取消
儲存