mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -39,7 +39,6 @@ public interface YCBCService {
|
||||
*/
|
||||
Map<String, String> queryStationStatus(QueryStationInfoDTO dto);
|
||||
|
||||
|
||||
/**
|
||||
* 设备状态变化推送
|
||||
* @param pileConnectorCode
|
||||
@@ -48,7 +47,6 @@ public interface YCBCService {
|
||||
*/
|
||||
String notificationStationStatus(String pileConnectorCode, String status);
|
||||
|
||||
|
||||
/**
|
||||
* 请求设备认证
|
||||
* @param dto
|
||||
|
||||
@@ -150,5 +150,4 @@ public class YCBCServiceImpl implements YCBCService {
|
||||
return lianLianService.pushChargeOrderInfo(orderCode);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user