深圳平台新增 查询令牌、推送站点信息接口

This commit is contained in:
Lemon
2024-05-15 09:58:28 +08:00
parent b41121c259
commit fb8f69ab9e
8 changed files with 225 additions and 3 deletions

View File

@@ -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", "推送充电状态"),

View File

@@ -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;