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";
     }