This commit is contained in:
laodaming 2023-10-27 17:26:48 +08:00
parent 9bdaa75514
commit 8d60b893c7
3 changed files with 0 additions and 3 deletions

View File

@ -428,7 +428,6 @@ func (l *GetTagProductListLogic) getTagProducts(req getTagProductsReq) (productL
} }
item := types.TagProduct{ item := types.TagProduct{
Id: productInfo.Id, Id: productInfo.Id,
ProductId: productInfo.Id,
Sn: *productInfo.Sn, Sn: *productInfo.Sn,
Title: *productInfo.Title, Title: *productInfo.Title,
SizeNum: uint32(sizeNum), SizeNum: uint32(sizeNum),

View File

@ -52,7 +52,6 @@ type TagItem struct {
type TagProduct struct { type TagProduct struct {
Id int64 `json:"id"` Id int64 `json:"id"`
ProductId int64 `json:"product_id"` //后面删掉这个
Sn string `json:"sn"` Sn string `json:"sn"`
Title string `json:"title"` Title string `json:"title"`
Cover string `json:"cover"` Cover string `json:"cover"`

View File

@ -92,7 +92,6 @@ type TagItem {
} }
type TagProduct { type TagProduct {
Id int64 `json:"id"` Id int64 `json:"id"`
ProductId int64 `json:"product_id"` //后面删掉这个
Sn string `json:"sn"` Sn string `json:"sn"`
Title string `json:"title"` Title string `json:"title"`
Cover string `json:"cover"` Cover string `json:"cover"`