diff --git a/server/HoneyBox/src/HoneyBox.Core/Services/GoodsService.cs b/server/HoneyBox/src/HoneyBox.Core/Services/GoodsService.cs index b13a7fa5..d2c34040 100644 --- a/server/HoneyBox/src/HoneyBox.Core/Services/GoodsService.cs +++ b/server/HoneyBox/src/HoneyBox.Core/Services/GoodsService.cs @@ -457,6 +457,7 @@ public class GoodsService : IGoodsService Title = goods.Title, ImgUrl = FormatImageUrl(goods.ImgUrl), ImgUrlDetail = FormatImageUrl(goods.ImgUrlDetail), + ImgUrlBanner = FormatImageUrl(goods.ImgUrlBanner), Price = goods.Price.ToString("0.##"), Stock = goods.Stock, SaleStock = goods.SaleStock,