Browse Source

修改封面

罗俊辉 11 months ago
parent
commit
b5ca32962e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deal/shareCard_deal.py

+ 1 - 1
deal/shareCard_deal.py

@@ -36,7 +36,7 @@ class ShareCard(object):
         :return:
         """
         response = request_for_info(video_id=self.video_id)['data'][0]
-        cover = response['coverImg']['coverImgPath']
+        cover = response['shareImgPath']
         title = response['title']
         video_url = response['videoPath']
         user_id = response['user']['uid']