新增 四川平台协议联调接口

This commit is contained in:
YAS\29473
2025-06-23 15:33:12 +08:00
parent 1eab1ac647
commit 490594a3de
7 changed files with 1537 additions and 0 deletions

View File

@@ -173,6 +173,9 @@ public class NotificationService {
platformService.notificationChargeOrderInfo(orderCode);
//停止充电结果推送
platformService.notificationStopChargeResult(orderCode);
//推送充换电站用能统计信息
platformService.notificationOperationStatsInfo(stationId);
} catch (Exception e) {
logger.error("充电订单信息推送error", e);
}