update 浙江省平台

This commit is contained in:
Lemon
2024-08-14 10:36:03 +08:00
parent c3c4859511
commit fb23c9c434
5 changed files with 118 additions and 39 deletions

View File

@@ -120,8 +120,10 @@ public class NotificationService {
// 根据平台类型获取Service
ThirdPartyPlatformService platformService = ThirdPartyPlatformFactory.getInvokeStrategy(secretInfoVO.getPlatformType());
platformService.notificationConnectorChargeStatus(orderCode, secretInfoVO);
platformService.notificationEquipChargeStatus(orderCode);
} catch (Exception e) {
logger.error("设备充电中状态变化推送error:{}", e.getMessage());
logger.error("设备充电中状态变化推送error:", e);
}
}
}