puzhibing
2025-06-05 41c64a5680521bf1d41fa6b9caadc55feac68ca3
ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/model/UPDisconnectReq.java
@@ -26,8 +26,12 @@
    * 解析报文
    */
   public UPDisconnectReq decode(ByteBuf byteBuf) {
      this.userId = byteBuf.readInt();
      this.password = Jtt809Util.readGBKString(byteBuf, 12);
      try {
         this.userId = byteBuf.readInt();
         this.password = Jtt809Util.readGBKString(byteBuf, 12);
      }catch (Exception e){
         e.printStackTrace();
      }
      return this;
   }
}