mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
VIN、卡启动充电默认金额改为500元
This commit is contained in:
@@ -20,6 +20,8 @@ public class Constants {
|
||||
// 余额支付默认最大金额
|
||||
public static final BigDecimal BALANCE_PAY_MAX_AMOUNT = new BigDecimal(Constants.TWO_HUNDRED);
|
||||
|
||||
public static final BigDecimal BALANCE_PAY_MAX_AMOUNT_NEW = new BigDecimal(Constants.FIVE_HUNDRED);
|
||||
|
||||
// 联联平台最大启动金额
|
||||
public static final BigDecimal LIAN_LIAN_MAX_AMOUNT = new BigDecimal(Constants.THREE_HUNDRED_FIFTY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user