浏览代码

修改封面

罗俊辉 11 月之前
父节点
当前提交
b5ca32962e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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']