mirror of
https://github.com/wtc86939209/WeChatMsg110.git
synced 2026-05-21 03:50:29 +08:00
支持显示表情包
This commit is contained in:
@@ -54,7 +54,7 @@ def get_md5_from_xml(content):
|
||||
def get_image(content, thumb=False):
|
||||
md5 = get_md5_from_xml(content)
|
||||
# md5 = 'bc37a58c32cb203ee9ac587b068e5853'
|
||||
md5 = '41895664fc5a77878e2155fc96209a19'
|
||||
# md5 = '41895664fc5a77878e2155fc96209a19'
|
||||
result = get_image_by_md5(binascii.unhexlify(md5))
|
||||
if result:
|
||||
# print(result)
|
||||
|
||||
Reference in New Issue
Block a user