mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update 电单车
This commit is contained in:
@@ -126,8 +126,11 @@ public class PileRemoteService {
|
||||
.transactionCode(transactionCode)
|
||||
.chargeAmount(chargeAmount)
|
||||
.build();
|
||||
// ykcPushCommandService.pushStartChargingCommand(startChargingCommand);
|
||||
eBikeSendCommandService.sendStartChargingCommand(startChargingCommand);
|
||||
try {
|
||||
eBikeSendCommandService.sendStartChargingCommand(startChargingCommand);
|
||||
} catch (Exception e) {
|
||||
log.error("电单车远程启动充电error", e);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user