8 天以前 e1797a873bf114329f4870062201d388155ef014
yudao-module-iot/yudao-module-iot-gateway/src/main/java/cn/iocoder/yudao/module/iot/gateway/serialize/binary/IotBinarySerializer.java
@@ -33,7 +33,7 @@
 * - 请求消息:params 数据(JSON)
 * - 响应消息:code (4字节) + msg 长度(2字节) + msg 字符串 + data 数据(JSON)
 *
 * @author 芋道源码
 * @author 超级管理员
 */
@Slf4j
public class IotBinarySerializer implements IotMessageSerializer {