This commit is contained in:
YAS\29473
2025-05-23 19:35:41 +08:00
parent 267e4e523f
commit abe90eb37f
4 changed files with 17 additions and 5 deletions

View File

@@ -169,6 +169,10 @@ public class NotificationService {
ThirdPartyPlatformService platformService = ThirdPartyPlatformFactory.getInvokeStrategy(secretInfoVO.getPlatformType());
//充电订单信息推送
platformService.notificationChargeOrderInfo(orderCode, secretInfoVO);
//订单信息推送
platformService.notificationChargeOrderInfo(orderCode);
//停止充电结果推送
platformService.notificationStopChargeResult(orderCode);
} catch (Exception e) {
logger.error("充电订单信息推送error", e);
}