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

@@ -157,6 +157,10 @@ public class CommonService {
// // 华为
// result = huaWeiService.notificationOperationSystemInfo(dto);
// }
if(StringUtils.equals(ThirdPlatformTypeEnum.HAI_NAN.getCode(), dto.getThirdPartyType())) {
// 华为
result = haiNanChargeService.pushStationInfo(dto);
}
finalResult.append(result).append("\n");
}
return finalResult.toString();