|
@@ -27,11 +27,11 @@ public class KuaishouAccountAutoCreativeJob {
|
|
|
*/
|
|
|
@XxlJob("kuaishouAccountAutoVideos")
|
|
|
public void kuaishouAccountAutoVideos() {
|
|
|
- log.info("自动投放账户_开始清洗素材");
|
|
|
List<Long> accountIds = strategyService.getKuaishouAccountAutoStrategy();
|
|
|
if (null == accountIds || accountIds.isEmpty()) {
|
|
|
return;
|
|
|
}
|
|
|
+ log.info("自动投放账户_开始清洗素材");
|
|
|
accountIds.forEach(accountId -> {
|
|
|
String url = jobUrl + "/jeecg-boot/auto/aiKuaishouAccountAutoVideo/insertAutoVideo?accountId=" + accountId;
|
|
|
HttpUtils.httpGet(url, null, null);
|