This commit is contained in:
Lemon
2026-02-05 16:37:46 +08:00
parent faf896f8ae
commit 344aa073f9

View File

@@ -200,7 +200,6 @@ public class ConfirmStartChargingRequestHandler extends AbstractYkcHandler {
// 初始化返回值
Map<String, String> resultMap = new HashMap<>();
String defeatReasonCode = "";
try {
// 启动充电
resultMap = this.confirmStartCharging(confirmStartChargingData);