mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🐛 #1463 修复微信支付查询分账结果请求签名问题,subAppId不参与签名
This commit is contained in:
parent
a45a98234d
commit
73ecaabdb4
@ -61,6 +61,11 @@ public class ProfitSharingQueryRequest extends BaseWxPayRequest {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected boolean ignoreSubAppId() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void storeMap(Map<String, String> map) {
|
protected void storeMap(Map<String, String> map) {
|
||||||
map.put("transaction_id", transactionId);
|
map.put("transaction_id", transactionId);
|
||||||
|
Loading…
Reference in New Issue
Block a user