From ec6417135e84d0ea798b2971898fc84f972fecd5 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 21 May 2025 09:10:31 +0800 Subject: [PATCH] =?UTF-8?q?debug=20=E8=A7=86=E9=A2=91?= 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 57f2af4..1197bd8 100644 --- a/wechat_ipad/client/message.py +++ b/wechat_ipad/client/message.py @@ -255,7 +255,7 @@ class MessageMixin(WechatAPIClientBase): "PlayLength": duration} async with session.post(f'http://{self.ip}:{self.port}/api/Msg/SendVideo', json=json_param) as resp: json_resp = await resp.json() - + self.logging.debug(f"json_resp:{json_resp}") if json_resp.get("Success"): json_param.pop('Base64') json_param.pop('ImageBase64')