Skip to content

Commit 364aa05

Browse files
lbwcdgbinarywang
authored andcommitted
#1127 修复微信红包查询签名错误的问题
少过滤 sign_type 参数
1 parent ca780d7 commit 364aa05

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/bean/request/WxPayRedpackQueryRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class WxPayRedpackQueryRequest extends BaseWxPayRequest {
2727

2828
@Override
2929
protected String[] getIgnoredParamsForSign() {
30-
return new String[]{"sub_appid","sub_mch_id"};
30+
return new String[]{"sub_appid","sub_mch_id","sign_type"};
3131
}
3232
/**
3333
* 商户订单号

0 commit comments

Comments
 (0)