mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-27 02:27:59 +08:00
update 对接海南平台
This commit is contained in:
@@ -80,7 +80,8 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public Map<String, String> queryOperatorInfo(QueryOperatorInfoDTO dto) {
|
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
|
@Override
|
||||||
public String notificationConnectorChargeStatus(String orderCode) {
|
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
|
@Override
|
||||||
public String notificationOrderInfo(String orderCode) {
|
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
|
@Override
|
||||||
public String notificationStationFee(String stationId) {
|
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
|
@Override
|
||||||
public String notificationAlarmInfo() {
|
public String notificationAlarmInfo() {
|
||||||
return null;
|
//方法未实现,抛出异常
|
||||||
|
throw new UnsupportedOperationException("This method is not yet implemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -561,7 +566,8 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public Map<String, String> queryOrderInfo(String orderCode) {
|
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
|
@Override
|
||||||
public String notificationStationInfo(String stationId) {
|
public String notificationStationInfo(String stationId) {
|
||||||
return null;
|
//方法未实现,抛出异常
|
||||||
|
throw new UnsupportedOperationException("This method is not yet implemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user