Skip to content

Commit e5b6324

Browse files
niuchang3binarywang
authored andcommitted
#1003 修复微信支付红包查询接口在服务商模式下的签名问题
1 parent f46187a commit e5b6324

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request/WxPayRedpackQueryRequest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
@AllArgsConstructor
2525
@XStreamAlias("xml")
2626
public class WxPayRedpackQueryRequest extends BaseWxPayRequest {
27+
28+
@Override
29+
protected String[] getIgnoredParamsForSign() {
30+
return new String[]{"sub_appid","sub_mch_id"};
31+
}
2732
/**
2833
* 商户订单号
2934
* mch_billno

0 commit comments

Comments
 (0)