mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
修改名称
This commit is contained in:
@@ -44,7 +44,7 @@ public class YKCUtils {
|
||||
byte[] data = Bytes.concat(serialNumber, encryptFlag, frameType, msgBody);
|
||||
// 校验长度
|
||||
if (data.length != BytesUtil.bytesToIntLittle(length)) {
|
||||
log.error("数据长度不正确");
|
||||
log.error("数据长度不正确, 数据长度:{}, 实际长度:{}", BytesUtil.bytesToIntLittle(length), data.length);
|
||||
return false;
|
||||
}
|
||||
// CRC校验 source target
|
||||
|
||||
Reference in New Issue
Block a user