瀏覽代碼

调整

d1
H Vs 3 週之前
父節點
當前提交
3d2c9c5d43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      services/biz_service.py

+ 1
- 1
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('转发视频')


Loading…
取消
儲存