| 
					
				 | 
			
			
				@@ -37,6 +37,7 @@ public class KuaishouAccountReportDailyServiceImpl extends ServiceImpl<KuaishouA 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Override 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public void getAdvertiserReportDaily(Long advertiserId, String accessToken, String startDate, String endDate, int page) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        log.info("获取账户日报,账户id:{},开始时间:{},结束时间:{}", advertiserId, startDate, endDate); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String url = postUrl + KuaishouConstant.ACCOUNT_REPORT; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Map<String, String> headers = new HashMap<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         headers.put("Access-Token", accessToken); 
			 |