From 426ef878f832d0cdfe978179576cf456258e6c98 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 28 Apr 2025 13:12:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=9B=BE=E7=89=87=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=B5=81=E7=A8=8B?= 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 38ffc75..b148eec 100644 --- a/utils/wechat/message_to_db.py +++ b/utils/wechat/message_to_db.py @@ -123,7 +123,7 @@ class MessageStorage: os.makedirs(target_dir, exist_ok=True) # 尝试使用wcf下载图片到分组后的目录 - json = self.client.download_image(msg.msg_id, msg.content.xml_content, 1) + json = self.client.download_image(msg.appid, msg.content.xml_content, 1) # { # "ret": 200, # "msg": "操作成功",