From 71867011059360b35b7d8cd1add4112eb9efe56d Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 29 May 2025 16:57:14 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wechat_ipad/client/message.py b/wechat_ipad/client/message.py index d9a91e3..9e31c5a 100644 --- a/wechat_ipad/client/message.py +++ b/wechat_ipad/client/message.py @@ -275,8 +275,8 @@ class MessageMixin(WechatAPIClientBase): # self.logging.debug(f"images_base64:{image_base64}") # 打印预估时间,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}") + self.logging.debug("开始发送视频: 对方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,