yumeng 4 months ago
parent
commit
5f230a1dfd

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

@@ -37,6 +37,7 @@ public class KuaishouUnitReportDailyServiceImpl extends ServiceImpl<KuaishouUnit
 
     @Override
     public void getUnitReportDaily(Long advertiserId, String accessToken, String startDate, String endDate, int page) {
+        System.err.println("-----------------------------------------------------------组日报:" + advertiserId);
         String url = postUrl + KuaishouConstant.UNIT_REPORT;
         Map<String, String> headers = new HashMap<>();
         headers.put("Access-Token", accessToken);