update 对接海南平台

This commit is contained in:
2024-03-26 15:33:55 +08:00
parent cc98d768e0
commit 7db83ee738

View File

@@ -80,7 +80,8 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
*/
@Override
public Map<String, String> queryOperatorInfo(QueryOperatorInfoDTO dto) {
return null;
//方法未实现,抛出异常
throw new UnsupportedOperationException("This method is not yet implemented");
}
/**
@@ -285,7 +286,8 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
*/
@Override
public String notificationConnectorChargeStatus(String orderCode) {
return null;
//方法未实现,抛出异常
throw new UnsupportedOperationException("This method is not yet implemented");
}
/**
@@ -295,7 +297,8 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
*/
@Override
public String notificationOrderInfo(String orderCode) {
return null;
//方法未实现,抛出异常
throw new UnsupportedOperationException("This method is not yet implemented");
}
/**
@@ -305,7 +308,8 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
*/
@Override
public String notificationStationFee(String stationId) {
return null;
//方法未实现,抛出异常
throw new UnsupportedOperationException("This method is not yet implemented");
}
/**
@@ -361,7 +365,8 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
*/
@Override
public String notificationAlarmInfo() {
return null;
//方法未实现,抛出异常
throw new UnsupportedOperationException("This method is not yet implemented");
}
/**
@@ -561,7 +566,8 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
*/
@Override
public Map<String, String> queryOrderInfo(String orderCode) {
return null;
//方法未实现,抛出异常
throw new UnsupportedOperationException("This method is not yet implemented");
}
/**
@@ -572,7 +578,8 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
*/
@Override
public String notificationStationInfo(String stationId) {
return null;
//方法未实现,抛出异常
throw new UnsupportedOperationException("This method is not yet implemented");
}
/**