update 海南平台对接

This commit is contained in:
2024-01-29 16:03:36 +08:00
parent be32910512
commit 8b7c99291b
2 changed files with 8 additions and 0 deletions

View File

@@ -69,6 +69,10 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
InterfaceWithPlatformLogicFactory.register(ThirdPlatformTypeEnum.HAI_NAN.getCode(), this);
}
public String pushStationInfoV2(PushStationInfoDTO dto) {
return zdlService.pushStationInfoV2(dto);
}
/**
* 6.2 查询充电站信息
*/