将报文直接写文16进制(解码) hexDump():能够将参数ByteBuf的内容转换为十六进制的字符串 byte[] data = msg.getData(); // wl 解析出报文中的时间 yyMM 808_2019_time String s = ByteBufUtil.hexDump(data); 字符串进行16进制加密传输 buffer.writeBytes(ByteBufUtil.decodeHexDump(phone20Str(phoneNum)));