| 
					
				 | 
			
			
				@@ -61,7 +61,6 @@ public class KuaishouVideoListServiceImpl extends ServiceImpl<KuaishouVideoListM 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         JSONArray details = resultJson.getJSONObject("data").getJSONArray("details"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        System.err.println(details); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (null == details || details.size() <= 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             log.info("快手视频列表信息为空=》accountId:{}", accessToken); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return; 
			 |