|
@@ -245,7 +245,6 @@ public class AiKuaishouNewCreateCampaignServiceImpl implements IAiKuaishouNewCre
|
|
|
targetJsonObject.put("exclude_population",excludePopulation);
|
|
|
}
|
|
|
unitParams.put("target",targetJsonObject);
|
|
|
-
|
|
|
return unitParams;
|
|
|
}
|
|
|
|
|
@@ -292,8 +291,6 @@ public class AiKuaishouNewCreateCampaignServiceImpl implements IAiKuaishouNewCre
|
|
|
// 则调用上传url的方法 kuauiShouImageUpload(url, signature, accountId, oauthToken.getAccessToken());
|
|
|
return materialUploadService.kuauiShouImageUpload(imageUrl,imageCode,accountId,token);
|
|
|
}
|
|
|
-
|
|
|
return imageGet.getImageToken();
|
|
|
}
|
|
|
-
|
|
|
}
|