mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-21 02:57:37 +08:00
@@ -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"};
|
||||
}
|
||||
/**
|
||||
* 商户订单号
|
||||
|
Reference in New Issue
Block a user