mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 电单车协议
This commit is contained in:
@@ -31,22 +31,22 @@ public class Constants {
|
||||
// 非法交易流水号 由充电桩启动的订单会传全是0的交易流水号
|
||||
public static final String ILLEGAL_TRANSACTION_CODE = "00000000000000000000000000000000";
|
||||
|
||||
// 充电桩sn号长度
|
||||
// 电动汽车充电桩sn号长度
|
||||
public static final int PILE_SN_LENGTH_FOR_EV = 14;
|
||||
|
||||
// 充电桩枪口号长度
|
||||
// 电动汽车充电桩枪口号长度
|
||||
public static final int CONNECTOR_CODE_LENGTH_FOR_EV = 2;
|
||||
|
||||
// 充电桩枪口编号长度
|
||||
public static final int PILE_CONNECTOR_CODE_LENGTH = PILE_SN_LENGTH_FOR_EV + CONNECTOR_CODE_LENGTH_FOR_EV;
|
||||
// 电动汽车充电桩枪口编号长度
|
||||
public static final int PILE_CONNECTOR_CODE_LENGTH_FOR_EV = PILE_SN_LENGTH_FOR_EV + CONNECTOR_CODE_LENGTH_FOR_EV;
|
||||
|
||||
// 充电桩sn号长度
|
||||
public static final int PILE_SN_LENGTH_FOR_EBIKE = 14;
|
||||
// 电单车充电桩sn号长度
|
||||
public static final int PILE_SN_LENGTH_FOR_EBIKE = 8;
|
||||
|
||||
// 充电桩枪口号长度
|
||||
// 电单车充电桩枪口号长度
|
||||
public static final int CONNECTOR_CODE_LENGTH_FOR_EBIKE = 2;
|
||||
|
||||
// 充电桩枪口编号长度
|
||||
// 电单车充电桩枪口编号长度
|
||||
public static final int PILE_CONNECTOR_CODE_LENGTH_FOR_EBIKE = PILE_SN_LENGTH_FOR_EBIKE + CONNECTOR_CODE_LENGTH_FOR_EBIKE;
|
||||
|
||||
// 汇付手续费费率
|
||||
|
||||
Reference in New Issue
Block a user