| 
					
				 | 
			
			
				@@ -48,7 +48,10 @@ public class KuaishouMaterialVideoReportDailyServiceImpl extends ServiceImpl<Kua 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Integer page_size = 2000; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         param.put("page_size", page_size); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         param.put("page", page); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        System.err.println("url:" + url); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        System.err.println("入参:" + param); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String result = HttpUtils.httpPostRequest(url, param, headers); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        System.err.println(result); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         JSONObject resultJson = JSONObject.parseObject(result); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         JSONArray details = resultJson.getJSONArray("details"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (null == details || details.size() <= 0) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -183,7 +186,7 @@ public class KuaishouMaterialVideoReportDailyServiceImpl extends ServiceImpl<Kua 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             reportDaily.setEventMultiConversionCost(returnJson.getBigDecimal("event_multi_conversion_cost")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             reportDaily.setEventPhoneCardActivate(returnJson.getLong("event_phone_card_activate")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             reportDaily.setAdPhotoPlayed75percentRatio(returnJson.getBigDecimal("ad_photo_played_75percent_ratio")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            reportDaily.setKeyActionRatio(returnJson.getBigDecimal("key_action_ratio")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            //  reportDaily.setKeyActionRatio(returnJson.getBigDecimal("key_action_ratio")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             reportDaily.setEventAdWatchTimesCost(returnJson.getBigDecimal("event_ad_watch_times_cost")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             reportDaily.setEventAddShoppingCart(returnJson.getLong("event_add_shopping_cart")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             reportDaily.setKeyAction(returnJson.getLong("key_action")); 
			 |