mirror of
https://gitea.gofwd.group/Forward_Group/ballistic-builder-spring.git
synced 2026-03-07 06:47:59 -05:00
urlimages fix
This commit is contained in:
@@ -93,7 +93,7 @@ public class ProductSummaryDto {
|
|||||||
public String getBuyShortUrl() { return buyShortUrl; }
|
public String getBuyShortUrl() { return buyShortUrl; }
|
||||||
public void setBuyShortUrl(String buyShortUrl) { this.buyShortUrl = buyShortUrl; }
|
public void setBuyShortUrl(String buyShortUrl) { this.buyShortUrl = buyShortUrl; }
|
||||||
|
|
||||||
public String getImageUrl() { return imageUrl; }
|
public String getImageUrl() { return UrlUtils.toHttps(imageUrl); }
|
||||||
|
|
||||||
public void setImageUrl(String imageUrl) { this.imageUrl = imageUrl; }
|
public void setImageUrl(String imageUrl) { this.imageUrl = imageUrl; }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user