| 
					
				 | 
			
			
				@@ -21,9 +21,9 @@ async def return_info_v2(video_id, trace_id, mysql_client): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     productionName = response['data'][0]['title'] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     videoUrl = response['data'][0]['videoPath'] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     user_id = response['data'][0]['user']['uid'] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    programAvatar = "https://rescdn.yishihui.com/0temp/lehuo.png" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    programId = "wxe8f8f0e23cecad0f" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    programName = "票圈乐活" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    programAvatar = "https://rescdn.yishihui.com/0temp/ssyqsh.png" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    programId = "wx59d9e2c05f00f880" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    programName = "刷刷有趣生活" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     source = "PQ" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     root_share_id, source_id, productionPath = create_gzh_path(video_id=video_id, shared_uid=user_id) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     logging( 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -82,9 +82,9 @@ async def return_info(video_id, kimi_title, trace_id, mysql_client, index): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     productionName = kimi_title 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     videoUrl = response['data'][0]['videoPath'] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     user_id = response['data'][0]['user']['uid'] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    programAvatar = "https://rescdn.yishihui.com/0temp/lehuo.png" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    programId = "wxe8f8f0e23cecad0f" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    programName = "票圈乐活" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    programAvatar = "https://rescdn.yishihui.com/0temp/ssyqsh.png" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    programId = "wx59d9e2c05f00f880" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    programName = "刷刷有趣生活" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     source = "Web" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     root_share_id, source_id, productionPath = create_gzh_path(video_id=video_id, shared_uid=user_id) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     logging( 
			 |