update 青海平台controller测试用接口

This commit is contained in:
Lemon
2024-04-25 15:01:44 +08:00
parent 9ed65fbd23
commit c6d56c8abf
2 changed files with 40 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ public class QingHaiPlatformServiceImpl implements ThirdPartyPlatformService {
.stationName(stationInfoVO.getStationName())
.countryCode(stationInfoVO.getCountryCode())
.address(stationInfoVO.getAddress())
.serviceTel(stationInfoVO.getServiceTel())
.serviceTel(stationInfoVO.getStationTel())
.stationClassification(Constants.one) // 1-充电站
.stationType(Integer.parseInt(stationInfoVO.getStationType()))
.stationStatus(Integer.parseInt(stationInfoVO.getStationStatus()))
@@ -234,7 +234,7 @@ public class QingHaiPlatformServiceImpl implements ThirdPartyPlatformService {
.isAloneApply(Integer.parseInt(stationInfoVO.getAloneApply()))
// .ratedPower() // 站点额定总功率
.periodFee(1) // 峰谷分时 0-否1-是
.runTime(String.valueOf(stationInfoVO.getCreateTime()))
.runTime(DateUtils.formatDateTime(stationInfoVO.getCreateTime()))
.videoMonitor(0) // 视频监控配套情况 0-无1-有
.build();