ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/model/UPConnectReq.java
@@ -37,7 +37,7 @@ this.userId = byteBuf.readInt(); this.password = Jtt809Util.readGBKString(byteBuf, 8); this.downLinkIp = Jtt809Util.readGBKString(byteBuf, 32); this.downLinkPort = byteBuf.readShort(); this.downLinkPort = byteBuf.readUnsignedShort(); return this; }