@@ -39,7 +39,7 @@ public class KuaishouCampaignGroupJob implements Job {
public void run() {
try {
//1:获取全量广告计划数据
- kuaishouInterfaceService.getCampaignList(token, null, null);
+ // kuaishouInterfaceService.getCampaignList(token, null, null);
//1:获取全量广告组数据
kuaishouInterfaceService.getGroupList(token, null, null);
} catch (Exception e) {