| 
					
				 | 
			
			
				@@ -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'] 
			 |