Ver a proveniência

🎨 增加点注释

master
Binary Wang há 5 anos
ascendente
cometimento
2ccb60fe62
1 ficheiros alterados com 1 adições e 1 eliminações
  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 Ver ficheiro

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

@Override
public String queryComment(WxPayQueryCommentRequest request) throws WxPayException {
request.setSignType(SignType.HMAC_SHA256);
request.setSignType(SignType.HMAC_SHA256);// 签名类型,目前仅支持HMAC-SHA256,默认就是HMAC-SHA256
request.checkAndSign(this.getConfig());

String url = this.getPayBaseUrl() + "/billcommentsp/batchquerycomment";


Carregando…
Cancelar
Guardar