Browse Source

🐛 #1463 修复微信支付查询分账结果请求签名问题,subAppId不参与签名

dev1
Binary Wang 5 years ago
parent
commit
73ecaabdb4
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/ProfitSharingQueryRequest.java

+ 5
- 0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/ProfitSharingQueryRequest.java View File

@@ -61,6 +61,11 @@ public class ProfitSharingQueryRequest extends BaseWxPayRequest {
return true;
}

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

@Override
protected void storeMap(Map<String, String> map) {
map.put("transaction_id", transactionId);


Loading…
Cancel
Save