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

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

@@ -106,6 +106,7 @@ public class TestController {
         for (CtopOauthToken token : ctopOauthTokens) {
             kuaishouInterfaceService.getVideoList(token, null, null);
             kuaishouInterfaceService.getImageList(token, null, null);
+            kuaishouInterfaceService.getCreativeList(token, null, null);
         }
         return "Success";
     }