|
@@ -409,10 +409,8 @@ public class SampleTest {
|
|
|
|
|
|
@Test
|
|
|
public void loadBDAccoutData() {
|
|
|
- CtopOauthToken token1 = tokenService.getTokenByAccountId(1665924577326087L);
|
|
|
- load12Data(token1);
|
|
|
CtopOauthToken token2 = tokenService.getTokenByAccountId(1674206482908163L);
|
|
|
- load12Data(token2);
|
|
|
+ bytedanceReportService.bytedanceMaterialReport(token2, "2020-10-14", "2020-10-14");
|
|
|
bytedanceReportMaterialDailyMapper.updateImageReportCode();
|
|
|
bytedanceReportMaterialDailyMapper.updateImageReportProjectId();
|
|
|
bytedanceReportMaterialDailyMapper.updateImageReportProjectName();
|
|
@@ -503,11 +501,15 @@ public class SampleTest {
|
|
|
// if (null == accountTargetTemplates || accountTargetTemplates.isEmpty()) {
|
|
|
// return;
|
|
|
// }
|
|
|
+
|
|
|
+ AiKuaishouAccountTargetTemplate accountTargetTemplate0 = aiKuaishouAccountTargetTemplateService.getById(1);
|
|
|
+ aiKuaishouNewCreateCampaign.kuaishouAiAddNewMaterialCreativity(accountTargetTemplate0,50);
|
|
|
+
|
|
|
AiKuaishouAccountTargetTemplate accountTargetTemplate1 = aiKuaishouAccountTargetTemplateService.getById(30002);
|
|
|
- aiKuaishouNewCreateCampaign.kuaishouAiAddNewMaterialCreativity(accountTargetTemplate1);
|
|
|
+ aiKuaishouNewCreateCampaign.kuaishouAiAddNewMaterialCreativity(accountTargetTemplate1,50);
|
|
|
|
|
|
AiKuaishouAccountTargetTemplate accountTargetTemplate2 = aiKuaishouAccountTargetTemplateService.getById(30001);
|
|
|
- aiKuaishouNewCreateCampaign.kuaishouAiAddNewMaterialCreativity(accountTargetTemplate2);
|
|
|
+ aiKuaishouNewCreateCampaign.kuaishouAiAddNewMaterialCreativity(accountTargetTemplate2,50);
|
|
|
}
|
|
|
|
|
|
@Test
|