Skip to content

Commit f212f02

Browse files
lmhfqlmh
andauthored
#1782 微信支付修复分账回退查询接口签名错误的问题
Co-authored-by: lmh <lmh@weiyian.com>
1 parent 17583a4 commit f212f02

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/profitsharing/ProfitSharingReturnQueryRequest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ protected void checkConstraints() throws WxPayException {
7272
this.setSignType(WxPayConstants.SignType.HMAC_SHA256);
7373
}
7474

75+
@Override
76+
protected boolean ignoreSubAppId() {
77+
return true;
78+
}
79+
7580
@Override
7681
protected void storeMap(Map<String, String> map) {
7782
map.put("order_id", orderId);

0 commit comments

Comments
 (0)