update 电单车

This commit is contained in:
Guoqs
2024-09-30 15:11:24 +08:00
parent 048b6e735f
commit ff459818ce

View File

@@ -40,7 +40,7 @@ public class EBikeBusinessServiceImpl implements EBikeBusinessService {
EBikeDataProtocol eBikeDataProtocol = new EBikeDataProtocol(msg);
// 获取帧类型
String command = YKCUtils.frameType2Str(eBikeDataProtocol.getCommand());
log.info("电单车===>收到消息, channelId:{}, 指令:{}, 指令名称:{}, msg:{}", ctx.channel().id().toString(), command,
log.info("电单车收到消息===>, channelId:{}, 指令:{}, 指令名称:{}, msg:{}", ctx.channel().id().toString(), command,
EBikeCommandEnum.getDescByCode(BytesUtil.bytesToIntLittle(eBikeDataProtocol.getCommand())), BytesUtil.binary(msg, 16));
// 根据请求id在集合中找到与外部线程通信的SyncPromise对象