Pu Zhibing
2025-04-25 944999ebf82cd4cce295981924ad808f0fbcbedf
ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/model/UPCloseLinkInform.java
@@ -22,7 +22,11 @@
    * 解析报文
    */
   public UPCloseLinkInform decode(ByteBuf byteBuf) {
      this.reasonCode = byteBuf.readByte();
      try {
         this.reasonCode = byteBuf.readByte();
      }catch (Exception e){
         e.printStackTrace();
      }
      return this;
   }
}