#1003 修复微信支付红包查询接口在服务商模式下的签名问题

This commit is contained in:
niuchang3 2019-04-18 09:18:54 +08:00 committed by Binary Wang
parent f46187aed0
commit e5b6324be8

View File

@ -24,6 +24,11 @@ import lombok.*;
@AllArgsConstructor
@XStreamAlias("xml")
public class WxPayRedpackQueryRequest extends BaseWxPayRequest {
@Override
protected String[] getIgnoredParamsForSign() {
return new String[]{"sub_appid","sub_mch_id"};
}
/**
* 商户订单号
* mch_billno