debug 视频

This commit is contained in:
liuwei
2025-05-21 09:10:31 +08:00
parent 5c33c94d51
commit ec6417135e

View File

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