新增 华为ControllerV2

This commit is contained in:
Lemon
2024-02-19 14:44:45 +08:00
parent 39a224adf8
commit ee3fd24391
4 changed files with 368 additions and 39 deletions

View File

@@ -158,7 +158,7 @@ public class CommonService {
// result = huaWeiService.notificationOperationSystemInfo(dto);
// }
if(StringUtils.equals(ThirdPlatformTypeEnum.HAI_NAN.getCode(), dto.getThirdPartyType())) {
// 华为
// 海南
result = haiNanChargeService.pushStationInfoV2(dto);
}
finalResult.append(result).append("\n");