mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 中电联平台名称改为 宁波平台
This commit is contained in:
@@ -94,7 +94,7 @@ public class ZDLController extends BaseController {
|
||||
// 转换成相应对象
|
||||
QueryStationInfoDTO queryStationInfoDTO = JSONObject.parseObject(dataStr, QueryStationInfoDTO.class);
|
||||
queryStationInfoDTO.setOperatorId(dto.getOperatorID());
|
||||
queryStationInfoDTO.setThirdPlatformType(ThirdPlatformTypeEnum.ZHONG_DIAN_LIAN_PLATFORM.getTypeCode());
|
||||
queryStationInfoDTO.setThirdPlatformType(ThirdPlatformTypeEnum.NING_BO_PLATFORM.getTypeCode());
|
||||
Map<String, String> map = zdlService.queryStationsInfo(queryStationInfoDTO);
|
||||
logger.info("中电联平台查询充电站信息 result:{}", JSON.toJSONString(map));
|
||||
return CommonResult.success(0, "查询充电站信息成功!", map.get("Data"), map.get("Sig"));
|
||||
@@ -241,7 +241,7 @@ public class ZDLController extends BaseController {
|
||||
PushRealTimeInfoDTO pushRealTimeInfoDTO = new PushRealTimeInfoDTO();
|
||||
pushRealTimeInfoDTO.setStatus(dto.getStatus());
|
||||
pushRealTimeInfoDTO.setPileConnectorCode(dto.getPileConnectorCode());
|
||||
pushRealTimeInfoDTO.setThirdPartyType(ThirdPlatformTypeEnum.ZHONG_DIAN_LIAN_PLATFORM.getTypeCode());
|
||||
pushRealTimeInfoDTO.setThirdPartyType(ThirdPlatformTypeEnum.NING_BO_PLATFORM.getTypeCode());
|
||||
String result = zdlService.notificationStationStatus(pushRealTimeInfoDTO);
|
||||
response = new RestApiResponse<>(result);
|
||||
}catch (BusinessException e) {
|
||||
|
||||
Reference in New Issue
Block a user