mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-05 13:17:46 +08:00
#1003 修复微信支付红包查询接口在服务商模式下的签名问题
This commit is contained in:
parent
f46187aed0
commit
e5b6324be8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user