1
0
mirror of synced 2025-12-20 23:58:05 +08:00

#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 @Override
protected String[] getIgnoredParamsForSign() { protected String[] getIgnoredParamsForSign() {
return new String[]{"sub_appid","sub_mch_id"}; return new String[]{"sub_appid","sub_mch_id","sign_type"};
} }
/** /**
* 商户订单号 * 商户订单号