@@ -1649,7 +1649,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
String imageToken = getImageToken(imageUrl, imageCode, token.getAccountId(), token.getAccessToken());
creativeParams.put("image_token", imageToken);*/
createCreative(token, creativeParams, campaignId, unitId, i + 1, videoItem, strategy, uuid, appVersion);
- Thread.sleep(200L);
+ Thread.sleep(400L);
imageNumber--;
if (imageNumber <= 0) {
break;