Skip to content

Commit

Permalink
#1782 微信支付修复分账回退查询接口签名错误的问题
Browse files Browse the repository at this point in the history
Co-authored-by: lmh <[email protected]>
  • Loading branch information
lmhfq and lmh authored Sep 26, 2020
1 parent 17583a4 commit f212f02
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ protected void checkConstraints() throws WxPayException {
this.setSignType(WxPayConstants.SignType.HMAC_SHA256);
}

@Override
protected boolean ignoreSubAppId() {
return true;
}

@Override
protected void storeMap(Map<String, String> map) {
map.put("order_id", orderId);
Expand Down

0 comments on commit f212f02

Please sign in to comment.