debug 视频
This commit is contained in:
@@ -255,7 +255,7 @@ class MessageMixin(WechatAPIClientBase):
|
|||||||
"PlayLength": duration}
|
"PlayLength": duration}
|
||||||
async with session.post(f'http://{self.ip}:{self.port}/api/Msg/SendVideo', json=json_param) as resp:
|
async with session.post(f'http://{self.ip}:{self.port}/api/Msg/SendVideo', json=json_param) as resp:
|
||||||
json_resp = await resp.json()
|
json_resp = await resp.json()
|
||||||
|
self.logging.debug(f"json_resp:{json_resp}")
|
||||||
if json_resp.get("Success"):
|
if json_resp.get("Success"):
|
||||||
json_param.pop('Base64')
|
json_param.pop('Base64')
|
||||||
json_param.pop('ImageBase64')
|
json_param.pop('ImageBase64')
|
||||||
|
|||||||
Reference in New Issue
Block a user