From 3d2c9c5d43dbf21c90ecf2aea72908b6472a9f62 Mon Sep 17 00:00:00 2001 From: H Vs Date: Mon, 31 Mar 2025 15:03:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/biz_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/biz_service.py b/services/biz_service.py index 62ab11d..b89a74a 100644 --- a/services/biz_service.py +++ b/services/biz_service.py @@ -244,7 +244,7 @@ class BizService(): self.wxchat.forward_video_aeskey = res["aesKey"] self.wxchat.forward_video_cdnvideourl = res["cdnThumbUrl"] self.wxchat.forward_video_length = res["length"] - self.wxchat.video_duration=video_duration + self.wxchat.video_duration=int(video_duration) else: ret,ret_msg,res = await self.wxchat.forward_video_async(token_id, app_id, t, self.wxchat.forward_video_aeskey, self.wxchat.forward_video_cdnvideourl, self.wxchat.forward_video_length,self.wxchat.video_duration) print('转发视频')