|
@@ -438,12 +438,11 @@ public class ByteDanceCreativeServiceImpl extends ServiceImpl<ByteDanceCreativeM
|
|
|
String imageId = getImage.getString("image_id");
|
|
|
if(null!=imageId&&!imageId.trim().equals("")){
|
|
|
setImage.put("imageId",imageId);
|
|
|
- if(null!=imageId&&imageId.contains("web")){
|
|
|
+ if(imageId.contains("web")){
|
|
|
setImage.put("imageUrl","https://sf6-ttcdn-tos.pstatp.com/obj/"+imageId);
|
|
|
}else{
|
|
|
setImage.put("imageUrl","https://sf6-ttcdn-tos.pstatp.com/obj/mosaic-legacy/"+imageId);
|
|
|
}
|
|
|
- setImage.put("imageUrl","https://sf6-ttcdn-tos.pstatp.com/obj/mosaic-legacy/"+imageId);
|
|
|
}
|
|
|
String videoId = getImage.getString("video_id");
|
|
|
if(null!=videoId&&!videoId.trim().equals("")){
|