|
@@ -1019,12 +1019,13 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
}
|
|
|
if(!wildcard.contains("{{自定义}}")){
|
|
|
wildcard = wildcard+"{{自定义}}";
|
|
|
- String targetName = KuaishouCreativeMatTypeEnum.getNameByType(strategy.getUnitType().toString()+createType.toString());
|
|
|
- if(null!=appInfo){
|
|
|
- targetName = appInfo.getAppVersion()+"-"+targetName;
|
|
|
- }
|
|
|
- wildcard = wildcard.replace("{{自定义}}",targetName);
|
|
|
}
|
|
|
+ String targetName = KuaishouCreativeMatTypeEnum.getNameByType(strategy.getUnitType().toString()+createType.toString());
|
|
|
+ if(null!=appInfo){
|
|
|
+ targetName = appInfo.getAppVersion()+"-"+targetName;
|
|
|
+ }
|
|
|
+ wildcard = wildcard.replace("{{自定义}}",targetName);
|
|
|
+
|
|
|
if(null!=timestamp&&!"".equals(timestamp.trim())){
|
|
|
wildcard = wildcard+"-"+timestamp;
|
|
|
}
|