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