Browse Source

代码回滚

yumeng 4 years ago
parent
commit
a060779240

+ 1 - 0
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/data/service/impl/KuaishouAccountReportDailyServiceImpl.java

@@ -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);