#1127 修复微信红包查询签名错误的问题

少过滤 sign_type 参数
This commit is contained in:
lbwcdg 2019-07-22 22:31:34 +08:00 committed by Binary Wang
parent ca780d71c0
commit 364aa0594f

View File

@ -27,7 +27,7 @@ public class WxPayRedpackQueryRequest extends BaseWxPayRequest {
@Override
protected String[] getIgnoredParamsForSign() {
return new String[]{"sub_appid","sub_mch_id"};
return new String[]{"sub_appid","sub_mch_id","sign_type"};
}
/**
* 商户订单号