mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-21 01:52:35 +08:00
修改注释
This commit is contained in:
parent
56b2150edb
commit
17d813a3cf
@ -235,7 +235,7 @@ def decodeExtraBuf(extra_buf_content: bytes):
|
||||
content = extra_buf_content[off : off + 1]
|
||||
off += 1
|
||||
res[trunk_head][field] = int.from_bytes(content, "little")
|
||||
elif char == b"\x05": # 暂时不知道有啥用,固定8个字节
|
||||
elif char == b"\x05": # 暂时不知道有啥用,固定8个字节,先当int处理
|
||||
length = 8
|
||||
content = extra_buf_content[off : off + length]
|
||||
off += length
|
||||
|
Loading…
Reference in New Issue
Block a user