mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	🎨 增加点注释
This commit is contained in:
		| @ -779,7 +779,7 @@ public abstract class BaseWxPayServiceImpl implements WxPayService { | |||||||
|  |  | ||||||
|   @Override |   @Override | ||||||
|   public String queryComment(WxPayQueryCommentRequest request) throws WxPayException { |   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()); |     request.checkAndSign(this.getConfig()); | ||||||
|  |  | ||||||
|     String url = this.getPayBaseUrl() + "/billcommentsp/batchquerycomment"; |     String url = this.getPayBaseUrl() + "/billcommentsp/batchquerycomment"; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang