mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-01 20:48:04 +08:00
update 电单车协议
This commit is contained in:
@@ -261,7 +261,7 @@ public class BytesUtil {
|
|||||||
int deviceNumber = ((bigEndianBytes[1] & 0xFF) << 16) |
|
int deviceNumber = ((bigEndianBytes[1] & 0xFF) << 16) |
|
||||||
((bigEndianBytes[2] & 0xFF) << 8) |
|
((bigEndianBytes[2] & 0xFF) << 8) |
|
||||||
(bigEndianBytes[3] & 0xFF);
|
(bigEndianBytes[3] & 0xFF);
|
||||||
log.info("设备识别码:{}, 桩编号:{}", deviceId, deviceNumber);
|
log.debug("设备识别码:{}, 桩编号:{}", deviceId, deviceNumber);
|
||||||
return deviceNumber;
|
return deviceNumber;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user