完成解析转账和音视频通话类型信息的两个后端接口

This commit is contained in:
STDquantum
2024-01-18 13:51:14 +08:00
parent abf3d4540f
commit a977359d87
10 changed files with 389 additions and 219 deletions

View File

@@ -107,7 +107,8 @@ class PackageMsg:
a[9]: msgSvrId,
a[10]: BytesExtra,
a[11]: CompressContent,
a[12]: msg_sender, ContactPC 或 ContactDefault 类型,这个才是群聊里的信息发送人,不是群聊或者自己是发送者没有这个字段)
a[12]: DisplayContent,
a[13]: msg_sender, ContactPC 或 ContactDefault 类型,这个才是群聊里的信息发送人,不是群聊或者自己是发送者没有这个字段)
'''
updated_messages = [] # 用于存储修改后的消息列表
messages = msg_db.get_messages(chatroom_wxid)