This commit is contained in:
laodaming
2023-10-23 13:05:39 +08:00
parent 125ef2b179
commit 5b92c3833b
3 changed files with 3 additions and 0 deletions

View File

@@ -247,6 +247,7 @@ func (l *GetProductDetailLogic) GetProductDetail(req *types.GetProductDetailReq,
TemplateTagColorInfo: templateTagColorInfo,
ProductInfo: types.ProductInfo{
Id: productInfo.Id,
Description: *productInfo.Intro,
ProductType: *productInfo.Type,
ProductTypeName: *productTag.Title,
Title: *productInfo.Title,