md
This commit is contained in:
parent
9fe8760a09
commit
7ffe5d1c1a
@ -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()){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user