This commit is contained in:
YAS\29473
2025-05-22 14:26:27 +08:00
parent db44ef86c3
commit 66dd65d84f
5 changed files with 12 additions and 22 deletions

View File

@@ -47,7 +47,7 @@ public class RemoteStartChargingRequestHandler extends AbstractYkcHandler {
@Override
public byte[] supplyProcess(YKCDataProtocol ykcDataProtocol, ChannelHandlerContext channel) {
log.info("[===远程启动充电命令回复===] start");
// log.info("[===远程启动充电命令回复===] param:{}, channel:{}", JSON.toJSONString(ykcDataProtocol), channel.toString());
// 消息体
byte[] msgBody = ykcDataProtocol.getMsgBody();