This commit is contained in:
linfso 2025-05-16 10:31:54 +08:00
parent 9fe8760a09
commit 7ffe5d1c1a

View File

@ -185,7 +185,7 @@ public class EmisSettleBillPayLogServiceImpl implements IEmisSettleBillPayLogSer
EmisSettleBillPayLog emisSettleBillPayLogUpd = new EmisSettleBillPayLog();
emisSettleBillPayLogUpd.setId(emisSettleBillPayLog.getId());
try {
res = VitePayOnlineSdk.onlinePay(channel,payId,merId,amount,fee,notifyUrl,appId,authCode,openId);
res = VitePayOnlineSdk.onlinePay(channel,payId,merId,amount,fee,notifyUrl,appId,authCode,openId,"运费",emisSettleBill.getSettleBillName()+"-运费");
log.info("账单支付生成支付二维码==>{}",JSONObject.toJSONString(res));
emisSettleBillPayLogUpd.setResponseExtra(JSON.toJSONString(res));
if(res.isSuccess()){