🎨 增加点注释

This commit is contained in:
Binary Wang 2019-08-09 09:42:59 +08:00
parent 2f372b4a39
commit 2ccb60fe62

View File

@ -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";