mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 青海平台controller测试用接口
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user