puzhibing
2025-06-05 5393e1b43f7148adc93dd5a29f7b6fd4a054eec6
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;
   }
}