Pu Zhibing
2025-04-07 4109495b9c51a4bbd8b0a7c3c69093909d2e33e1
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;
   }