Pu Zhibing
2025-05-19 3244b550596e0330031b3f4547356927df83b0ad
ruoyi-service/ruoyi-integration/src/main/java/com/ruoyi/integration/drainage/model/enu/InterfaceUrlEnum.java
@@ -6,10 +6,14 @@
 * @Date 2025/1/21 14:38
 */
public enum InterfaceUrlEnum {
   QUERY_STATIONS_INFO("query_stations_info", "查询充电站信息"),
   NOTIFICATION_STATION_STATUS("notification_stationStatus", "设备状态变化推送"),
   QUERY_STATION_STATUS("query_station_status", "设备接口状态查询"),
   QUERY_TOKEN("/query_token", "获取权限token"),
   NOTIFICATION_STATION_STATUS("/notification_stationStatus", "设备状态变化推送"),
   NOTIFICATION_STATION_CHANGE("/notification_station_change", "站点计费策略变更推送"),
   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_CHARGE_ORDER_INFO("/notification_charge_order_info", "推送充电订单信息"),
   CHECK_CHARGE_ORDERS("/check_charge_orders", "推送订单对账结果信息"),
   ;
   
   private String url;