| 
					
				 | 
			
			
				@@ -82,10 +82,7 @@ public class AdUnitReportServiceImpl implements IAdUnitReportService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         param.put("page_size", page_size); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         param.put("page", page); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if (!Check.isNull(startDate) && !Check.isNull(endDate)) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            param.put("start_date", startDate); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            param.put("end_date", endDate); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String result = HttpUtils.httpPostRequest(postUrl + KuaishouConstant.AD_UNIT_LIST, param, headers); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         JSONObject resultJson = JSONObject.parseObject(result); 
			 |