From 934d19fff555f1c549fb1d8d631c3da4c31e2412 Mon Sep 17 00:00:00 2001 From: zpc Date: Sun, 1 Mar 2026 16:30:38 +0800 Subject: [PATCH] 21 --- server/HoneyBox/src/HoneyBox.Core/Services/GoodsService.cs | 1 + 1 file changed, 1 insertion(+) 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,