From f8b75a3871ac8bb4d1695823679b962920501766 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 29 May 2025 16:55:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E5=B8=A7=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E5=A6=82=E6=9E=9C=E6=B2=A1=E4=BC=A0=E5=85=A5?= =?UTF-8?q?=E9=A6=96=E5=B8=A7=EF=BC=8C=E5=88=99=E6=8F=90=E5=8F=96=E9=A6=96?= =?UTF-8?q?=E5=B8=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wechat_ipad/client/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wechat_ipad/client/message.py b/wechat_ipad/client/message.py index b5ef773..6eea857 100644 --- a/wechat_ipad/client/message.py +++ b/wechat_ipad/client/message.py @@ -276,7 +276,7 @@ class MessageMixin(WechatAPIClientBase): # 打印预估时间,300KB/s predict_time = int(file_len / 1024 / 300) self.logging.info("开始发送视频: 对方wxid:{} 视频base64略 图片base64略 预计耗时:{}秒", wxid, predict_time) - + self.logging.debug(f"image:{image};image_base64:{image_base64}") async with aiohttp.ClientSession() as session: json_param = {"Wxid": self.wxid, "ToWxid": wxid, "Base64": "data:video/mp4;base64," + vid_base64, "ImageBase64": "data:image/jpeg;base64," + image_base64,