pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/parse/Cd_87_Up.java
@@ -73,10 +73,17 @@ short portLen = ByteUtilUnsigned.byte2Byte(bs, index) ; index++ ; if(domainLen > 0){ cdData.domain = ByteUtil.bytes2String_BE(bs, index, index + domainLen - 1) ; }else{ cdData.domain = "" ; } index += domainLen ; if(portLen > 0){ cdData.port = Integer.parseInt(ByteUtil.bytes2String_BE(bs, index, index + portLen - 1)) ; }else{ cdData.port = 0 ; } } }