|
@@ -119,6 +119,7 @@ public class BatchController {
|
|
|
public void run() {
|
|
|
iKuaishouInterfaceService.getAppList(oauthToken.getAccountId(), oauthToken.getAccessToken());
|
|
|
iKuaishouInterfaceService.getPopulationList(accountId, oauthToken.getAccessToken());
|
|
|
+ iKuaishouInterfaceService.getVideoList(oauthToken, null, null);
|
|
|
}
|
|
|
};
|
|
|
thread.start();
|