Pu Zhibing
2025-04-04 3d4eeb82dd61f8951616dece2425e870116bc23d
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;
   }