|
@@ -136,6 +136,7 @@ public class TestController {
|
|
|
@Override
|
|
|
public void run() {
|
|
|
try {
|
|
|
+ System.err.println("获取创意,accountId:" +token.getAccountId() );
|
|
|
kuaishouInterfaceService.getCreativeList(token, null, null);
|
|
|
// kuaishouInterfaceService.getVideoList2(token, null, null,1);
|
|
|
//3: 获取图片信息数据
|
|
@@ -170,7 +171,7 @@ public class TestController {
|
|
|
executorService.submit(new Runnable() {
|
|
|
@Override
|
|
|
public void run() {
|
|
|
- System.err.println("accountId:" + token.getAccountId());
|
|
|
+ System.err.println("创意报表accountId:" + token.getAccountId());
|
|
|
kuaishouInterfaceService.getAdvertiserCreativeReportDaily(token, startDate, endDate);
|
|
|
}
|
|
|
});
|