|
@@ -349,7 +349,7 @@ public class PayNonOrderServiceImpl implements PayNonOrderService {
|
|
|
Double price = payOrderMapper.getVipPackagePriceById(record.getPackageId());
|
|
|
payParam.setPayAmount(MathUtil.mul(price, 100).intValue());
|
|
|
payParam.setNotifyUrl(superVipUrl);
|
|
|
- log.info("【升级超级会员微信支付】>>>>>>>>>>>vipId:" + payParam.getVipId()+",获取openId:" + payParam.getOpenId());
|
|
|
+ log.info("【升级超级会员微信支付】>>>>>>>>>>>vipRecordId:" + payParam.getVipRecordId()+",获取openId:" + payParam.getOpenId());
|
|
|
return toPaySuperVip(payParam, headers);
|
|
|
}
|
|
|
|
|
@@ -381,7 +381,7 @@ public class PayNonOrderServiceImpl implements PayNonOrderService {
|
|
|
Double price = payOrderMapper.getVipPackagePriceById(record.getPackageId());
|
|
|
payParam.setPayAmount(MathUtil.mul(price, 100).intValue());
|
|
|
payParam.setNotifyUrl(superVipUrl);
|
|
|
- log.info("【升级超级会员支付宝支付】>>>>>>>>>>>vipId:" + payParam.getVipId());
|
|
|
+ log.info("【升级超级会员支付宝支付】>>>>>>>>>>>vipRecordId:" + payParam.getVipRecordId());
|
|
|
return toPaySuperVip(payParam, headers);
|
|
|
}
|
|
|
|
|
@@ -415,7 +415,7 @@ public class PayNonOrderServiceImpl implements PayNonOrderService {
|
|
|
Double price = payOrderMapper.getVipPackagePriceById(record.getPackageId());
|
|
|
payParam.setPayAmount(MathUtil.mul(price, 100).intValue());
|
|
|
payParam.setNotifyUrl(superVipUrl);
|
|
|
- log.info("【升级超级会员银联线上支付】>>>>>>>>>>>vipId:" + payParam.getVipId());
|
|
|
+ log.info("【升级超级会员银联线上支付】>>>>>>>>>>>vipRecordId:" + payParam.getVipRecordId());
|
|
|
return toPaySuperVip(payParam, headers);
|
|
|
}
|
|
|
|