新增 青海平台设备状态变化推送接口

This commit is contained in:
Lemon
2024-04-12 16:45:26 +08:00
parent 8e016b6d4b
commit b043fd2d26
5 changed files with 407 additions and 8 deletions

View File

@@ -179,6 +179,10 @@ public class CommonService {
// 海南
result = haiNanChargeService.pushStationInfoV2(dto);
}
// if (StringUtils.equals(ThirdPlatformTypeEnum.QING_HAI_PLATFORM.getTypeCode(), dto.getThirdPartyType())) {
// // 青海平台
// qingHaiPlatformService.
// }
finalResult.append(result).append("\n");
}
return finalResult.toString();