mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
update 电单车协议
This commit is contained in:
@@ -179,9 +179,11 @@ public class PileRemoteService {
|
||||
String chargePortType = pileDetailVO.getChargePortType();
|
||||
if (StringUtils.equals(chargePortType, Constants.THREE)) {
|
||||
// 发送电动自行车桩停止充电指令
|
||||
log.info("发送电单车桩停止充电指令, chargePortType:{}", chargePortType);
|
||||
eBikeSendCommandService.sendStopChargingCommand(command);
|
||||
} else {
|
||||
// 发送电动汽车桩停止充电指令
|
||||
log.info("发送汽车桩停止充电指令, chargePortType:{}", chargePortType);
|
||||
ykcPushCommandService.pushStopChargingCommand(command);
|
||||
}
|
||||
log.info("remoteStopCharging success, pileConnectorCode:{}, transactionCode:{}", pileSn + connectorCode, transactionCode);
|
||||
|
||||
Reference in New Issue
Block a user