|
@@ -102,7 +102,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
strategy.setClickTrackUrl(appInfo.getTrackUrl());
|
|
strategy.setClickTrackUrl(appInfo.getTrackUrl());
|
|
strategy.setImpressionUrl(appInfo.getTrackUrl());
|
|
strategy.setImpressionUrl(appInfo.getTrackUrl());
|
|
}
|
|
}
|
|
- replaceString = appInfo.getAppVersion() + replaceString;
|
|
|
|
|
|
+ replaceString = appInfo.getAppVersion() + "-" + replaceString;
|
|
//1:查询素材
|
|
//1:查询素材
|
|
List<KuaiShouVideoGet> allVideos = getVideosByParams(strategy, startTime, endTime, appInfo, createType,videoCnt);
|
|
List<KuaiShouVideoGet> allVideos = getVideosByParams(strategy, startTime, endTime, appInfo, createType,videoCnt);
|
|
if (null == allVideos || allVideos.isEmpty()) {
|
|
if (null == allVideos || allVideos.isEmpty()) {
|
|
@@ -236,7 +236,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
strategy.setImpressionUrl(appInfo.getTrackUrl());
|
|
strategy.setImpressionUrl(appInfo.getTrackUrl());
|
|
}
|
|
}
|
|
String replaceString = KuaishouCreativeMatTypeEnum.getNameByType(strategy.getUnitType().toString()+createType.toString());
|
|
String replaceString = KuaishouCreativeMatTypeEnum.getNameByType(strategy.getUnitType().toString()+createType.toString());
|
|
- replaceString = appInfo.getAppVersion() + replaceString;
|
|
|
|
|
|
+ replaceString = appInfo.getAppVersion() + "-" + replaceString;
|
|
//1:查询可用素材
|
|
//1:查询可用素材
|
|
List<KuaiShouVideoGet> allVideos = getVideosByParams(strategy, startTime, endTime, appInfo, createType,videoCnt);
|
|
List<KuaiShouVideoGet> allVideos = getVideosByParams(strategy, startTime, endTime, appInfo, createType,videoCnt);
|
|
if (null == allVideos||allVideos.isEmpty()) {
|
|
if (null == allVideos||allVideos.isEmpty()) {
|