puzhibing
2025-05-26 312f26c49124f355e9f78c6ddd69f71895aa73fc
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;
   }
}