mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-13 04:31:20 +08:00
42 lines
1.7 KiB
Python
42 lines
1.7 KiB
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
@File : __init__.py.py
|
|
@Author : Shuaikang Zhou
|
|
@Time : 2023/1/5 17:43
|
|
@IDE : Pycharm
|
|
@Version : Python3.10
|
|
@comment : ···
|
|
"""
|
|
Type = {
|
|
'1': '文字',
|
|
'3': '图片',
|
|
'43': '视频',
|
|
'-1879048185': '微信运动排行榜',
|
|
'5': '',
|
|
'47': '表情包',
|
|
'268445456': '撤回的消息',
|
|
'34': '语音',
|
|
'419430449': '转账',
|
|
'50': '语音电话',
|
|
'100001': '领取红包',
|
|
'10000': '消息已发出,但被对方拒收了。',
|
|
'822083633': '回复消息',
|
|
'922746929': '拍一拍',
|
|
'1090519089': '发送文件',
|
|
'318767153': '付款成功',
|
|
'436207665': '发红包',
|
|
}
|
|
'''
|
|
wxid_ewi8gfgpp0eu22:
|
|
<?xml version="1.0"?>
|
|
<msg>
|
|
<videomsg aeskey="83df0143b64616922a12ba14635d572b"
|
|
cdnvideourl="3057020100044b30490201000204828e296a02034c53d9020425cc6ddf020463a93395042465653734303464352d636431642d346234322d383434632d3938623138316365646263360204010400040201000405004c53d900" cdnthumbaeskey="83df0143b64616922a12ba14635d572b"
|
|
cdnthumburl="3057020100044b30490201000204828e296a02034c53d9020425cc6ddf020463a93395042465653734303464352d636431642d346234322d383434632d3938623138316365646263360204010400040201000405004c53d900" length="100104377" playlength="603" cdnthumblength="13085" cdnthumbwidth="306" cdnthumbheight="540" fromusername="wxid_ewi8gfgpp0eu22" md5="f337bdc19fc2ce00a36660487792975d" newmd5="166392b4f9445f4772922a48e4762c6d" isplaceholder="0" rawmd5="" rawlength="0" cdnrawvideourl="" cdnrawvideoaeskey="" overwritenewmsgid="0" isad="0" />
|
|
</msg>
|
|
|
|
'''
|
|
'''
|
|
<template><![CDATA["${wxid_ip8kl703gar522}${fromusername@textstatusicon}" 拍了拍 "${wxid_i6zgnagsvrsk22}${pattedusername@textstatusicon}" 并请她喝奶茶]]></template>
|
|
'''
|