wuzeyu
2024-09-02 6418b2978c9cc4049c735b239efb223e20d33858
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1_0_0/parse/Cd_66_Up.java
@@ -69,7 +69,7 @@
        cdData.ip = ip1 + "." + ip2 + "." + ip3 + "." + ip4 ;
        String port = "" +ByteUtilUnsigned.bytes2Short_LE(bs, index++) ;
        String port = "" +ByteUtilUnsigned.bytes2Short_BE(bs, index++) ;
        cdData.port = Integer.parseInt(port) ;
    }