From 285b4ad566f349786f5a0b796b99963f370aa827 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 30 Dec 2025 09:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9B=BE=E7=89=87=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=80=BB=E8=BE=91=EF=BC=8C=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A15=E5=88=86=E9=92=9F=E4=B8=80=E6=AC=A1=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=9B=BE=E7=89=87=E6=B6=88=E6=81=AF=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E5=AD=98=E6=A1=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/wechat/message_to_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/wechat/message_to_db.py b/utils/wechat/message_to_db.py index ae094b0..66643f1 100644 --- a/utils/wechat/message_to_db.py +++ b/utils/wechat/message_to_db.py @@ -133,7 +133,7 @@ class MessageStorage: """ message_id = db_record.get('message_id') group_id = db_record.get('group_id', 'unknown') - xml_content = db_record.get('message_xml', '') + xml_content = db_record.get('attachment_url', '') if not self.client or not message_id or not xml_content: return {