mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-21 11:07:37 +08:00
#1003 修复微信支付红包查询接口在服务商模式下的签名问题
This commit is contained in:
@@ -24,6 +24,11 @@ import lombok.*;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@XStreamAlias("xml")
|
@XStreamAlias("xml")
|
||||||
public class WxPayRedpackQueryRequest extends BaseWxPayRequest {
|
public class WxPayRedpackQueryRequest extends BaseWxPayRequest {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected String[] getIgnoredParamsForSign() {
|
||||||
|
return new String[]{"sub_appid","sub_mch_id"};
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* 商户订单号
|
* 商户订单号
|
||||||
* mch_billno
|
* mch_billno
|
||||||
|
Reference in New Issue
Block a user