Skip to content

Commit 2ccb60f

Browse files
committed
🎨 增加点注释
1 parent 2f372b4 commit 2ccb60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/BaseWxPayServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ public String queryComment(Date beginDate, Date endDate, Integer offset, Integer
779779

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

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

0 commit comments

Comments
 (0)