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