#1782 微信支付修复分账回退查询接口签名错误的问题

Co-authored-by: lmh <lmh@weiyian.com>
This commit is contained in:
lmh 2020-09-26 15:19:29 +08:00 committed by GitHub
parent 17583a49a0
commit f212f02ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,11 @@ public class ProfitSharingReturnQueryRequest extends BaseWxPayRequest {
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);