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')