mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🐛 #3369【微信支付】修复查询分账结果transaction_id取值问题
This commit is contained in:
parent
3aba0b7ec5
commit
b0b487fee1
@ -146,7 +146,7 @@ public class ProfitSharingServiceImpl implements ProfitSharingService {
|
||||
@Override
|
||||
public ProfitSharingV3Result profitSharingQueryV3(ProfitSharingQueryV3Request request) throws WxPayException {
|
||||
String url = String.format("%s/v3/profitsharing/orders/%s?transaction_id=%s", this.payService.getPayBaseUrl(),
|
||||
request.getOutOrderNo(), request.getOutOrderNo());
|
||||
request.getOutOrderNo(), request.getTransactionId());
|
||||
if(StringUtils.isNotEmpty(request.getSubMchId())){
|
||||
url += "&sub_mchid=" + request.getSubMchId();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user