Pu Zhibing
2025-03-17 b68ac80de1daf22142886af16d36479259106065
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;
   }