|
@@ -191,7 +191,7 @@ public class HeliPayUtil {
|
|
|
VipRecordBo record = payOrderMapper.getAuthVipRecord(heliDto.getVipRecordId());
|
|
|
Double price = payOrderMapper.getAuthVipPackagePrice(record.getPackageId());
|
|
|
pay.setP5_orderAmount(price.toString());
|
|
|
- pay.setP9_notifyUrl(superVipUrl);
|
|
|
+ pay.setP9_notifyUrl(authVipUrl);
|
|
|
orderId = record.getUserId() + "A" + heliDto.getVipRecordId() + "V" + record.getPackageId() + "T" + time + environment;
|
|
|
String product = "采美订单" + orderId;
|
|
|
pay.setP12_goodsName(product);
|