yumeng преди 5 години
родител
ревизия
53b8aa990c
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/TestController.java

+ 2 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/TestController.java

@@ -136,6 +136,7 @@ public class TestController {
                 @Override
                 public void run() {
                     try {
+                        System.err.println("获取创意,accountId:" +token.getAccountId() );
                         kuaishouInterfaceService.getCreativeList(token, null, null);
                         //  kuaishouInterfaceService.getVideoList2(token, null, null,1);
                         //3: 获取图片信息数据
@@ -170,7 +171,7 @@ public class TestController {
                     executorService.submit(new Runnable() {
                         @Override
                         public void run() {
-                            System.err.println("accountId:" + token.getAccountId());
+                            System.err.println("创意报表accountId:" + token.getAccountId());
                             kuaishouInterfaceService.getAdvertiserCreativeReportDaily(token, startDate, endDate);
                         }
                     });