处理图片下载流程

This commit is contained in:
liuwei
2025-04-28 13:12:11 +08:00
parent acfc0559f7
commit 426ef878f8

View File

@@ -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": "操作成功",