소스 검색

获取全量创意

yumeng 5 년 전
부모
커밋
f99f36965a
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/TestController.java

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

@@ -133,12 +133,12 @@ public class TestController {
                 @Override
                 public void run() {
                     try {
-                    /*    //  kuaishouInterfaceService.getCreativeList(token, null, null);
-                        kuaishouInterfaceService.getVideoList2(token, null, null,1);
+                          kuaishouInterfaceService.getCreativeList(token, null, null);
+                      //  kuaishouInterfaceService.getVideoList2(token, null, null,1);
                         //3: 获取图片信息数据
-                        kuaishouInterfaceService.getImageList2(token, null, null,1);
-                        Thread.sleep(1 * 1000);*/
-                        kuaishouInterfaceService.getAppList(token.getAccountId(), token.getAccessToken());
+                       // kuaishouInterfaceService.getImageList2(token, null, null,1);
+                        Thread.sleep(1 * 200);
+                      //  kuaishouInterfaceService.getAppList(token.getAccountId(), token.getAccessToken());
                     } catch (Exception e) {
                         e.printStackTrace();
                     }