mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
新增 深圳平台 过程信息推送接口
This commit is contained in:
@@ -10,6 +10,7 @@ public enum BusinessInformationExchangeEnum {
|
||||
NOTIFICATION_START_CHARGE_RESULT("notification_start_charge_result", "推送启动充电结果"),
|
||||
NOTIFICATION_EQUIP_CHARGE_STATUS("notification_equip_charge_status", "推送充电状态"),
|
||||
NOTIFICATION_STOP_CHARGE_RESULT("notification_stop_charge_result", "推送停止充电结果"),
|
||||
NOTIFICATION_BMS_INFO("notification_bmsInfo", "过程信息推送"),
|
||||
CHECK_CHARGE_ORDERS("check_charge_orders", "推送订单对账结果信息"),
|
||||
;
|
||||
private String value;
|
||||
|
||||
Reference in New Issue
Block a user