mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-22 21:00:51 +08:00
🐛 #1463 修复微信支付查询分账结果请求签名问题,subAppId不参与签名
This commit is contained in:
parent
a45a98234d
commit
73ecaabdb4
@ -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…
Reference in New Issue
Block a user