This commit is contained in:
YAS\29473
2025-05-22 16:54:20 +08:00
parent 66dd65d84f
commit 4064a17c93
3 changed files with 8 additions and 4 deletions

View File

@@ -166,7 +166,10 @@ public class NotificationService {
try {
// 根据平台类型获取Service
ThirdPartyPlatformService platformService = ThirdPartyPlatformFactory.getInvokeStrategy(secretInfoVO.getPlatformType());
//充电订单信息推送
platformService.notificationChargeOrderInfo(orderCode, secretInfoVO);
//订单信息推送
platformService.notificationChargeOrderInfo(orderCode);
} catch (Exception e) {
logger.error("充电订单信息推送error", e);
}