mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
深圳平台新增 查询令牌、推送站点信息接口
This commit is contained in:
@@ -5,6 +5,7 @@ package com.jsowell.common.enums.thirdparty;
|
||||
*/
|
||||
public enum BusinessInformationExchangeEnum {
|
||||
NOTIFICATION_STATION_STATUS("notification_stationStatus", "设备状态变化推送"),
|
||||
NOTIFICATION_STATION_INFO("notification_stationInfo", "充电站信息变化推送"),
|
||||
NOTIFICATION_CHARGE_ORDER_INFO("notification_charge_order_info", "推送充电订单信息"),
|
||||
NOTIFICATION_START_CHARGE_RESULT("notification_start_charge_result", "推送启动充电结果"),
|
||||
NOTIFICATION_EQUIP_CHARGE_STATUS("notification_equip_charge_status", "推送充电状态"),
|
||||
|
||||
@@ -22,6 +22,7 @@ public enum ThirdPlatformTypeEnum {
|
||||
QING_HAI_PLATFORM("11", "青海平台", "630000000"),
|
||||
DIAN_XING_PLATFORM("12", "宁波点行停车平台", ""),
|
||||
NING_XIA_PLATFORM("13", "宁夏平台", ""),
|
||||
SHEN_ZHEN_PLATFORM("14", "深圳平台", ""),
|
||||
;
|
||||
|
||||
private String typeCode;
|
||||
|
||||
Reference in New Issue
Block a user