소스 검색

修改封面

罗俊辉 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:
         :return:
         """
         """
         response = request_for_info(video_id=self.video_id)['data'][0]
         response = request_for_info(video_id=self.video_id)['data'][0]
-        cover = response['coverImg']['coverImgPath']
+        cover = response['shareImgPath']
         title = response['title']
         title = response['title']
         video_url = response['videoPath']
         video_url = response['videoPath']
         user_id = response['user']['uid']
         user_id = response['user']['uid']