ソースを参照

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

dev1
Binary Wang 5年前
コミット
73ecaabdb4
1個のファイルの変更5行の追加0行の削除
  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 ファイルの表示

@@ -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);


読み込み中…
キャンセル
保存