fix
This commit is contained in:
parent
9bdaa75514
commit
8d60b893c7
|
@ -428,7 +428,6 @@ func (l *GetTagProductListLogic) getTagProducts(req getTagProductsReq) (productL
|
|||
}
|
||||
item := types.TagProduct{
|
||||
Id: productInfo.Id,
|
||||
ProductId: productInfo.Id,
|
||||
Sn: *productInfo.Sn,
|
||||
Title: *productInfo.Title,
|
||||
SizeNum: uint32(sizeNum),
|
||||
|
|
|
@ -52,7 +52,6 @@ type TagItem struct {
|
|||
|
||||
type TagProduct struct {
|
||||
Id int64 `json:"id"`
|
||||
ProductId int64 `json:"product_id"` //后面删掉这个
|
||||
Sn string `json:"sn"`
|
||||
Title string `json:"title"`
|
||||
Cover string `json:"cover"`
|
||||
|
|
|
@ -92,7 +92,6 @@ type TagItem {
|
|||
}
|
||||
type TagProduct {
|
||||
Id int64 `json:"id"`
|
||||
ProductId int64 `json:"product_id"` //后面删掉这个
|
||||
Sn string `json:"sn"`
|
||||
Title string `json:"title"`
|
||||
Cover string `json:"cover"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user