fix
This commit is contained in:
parent
87bb0f34f0
commit
c75e55a5cf
|
@ -222,6 +222,7 @@ func (l *GetTagProductListLogic) dealWithTagMenuData(req dealWithTagMenuDataReq)
|
|||
tagTem := types.TagItem{
|
||||
TagProductList: []interface{}{},
|
||||
TypeName: *tagInfo.Title,
|
||||
Description: *tagInfo.Description,
|
||||
TypeId: tagInfo.Id,
|
||||
Icon: *tagInfo.Icon,
|
||||
Sort: *tagInfo.Sort,
|
||||
|
|
|
@ -259,6 +259,7 @@ type GetTagProductListRsp struct {
|
|||
|
||||
type TagItem struct {
|
||||
TypeName string `json:"type_name"`
|
||||
Description string `json:"description"`
|
||||
TypeId int64 `json:"type_id"`
|
||||
Icon string `json:"icon"`
|
||||
Sort int64 `json:"sort"`
|
||||
|
|
|
@ -309,6 +309,7 @@ type GetTagProductListRsp {
|
|||
}
|
||||
type TagItem {
|
||||
TypeName string `json:"type_name"`
|
||||
Description string `json:"description"`
|
||||
TypeId int64 `json:"type_id"`
|
||||
Icon string `json:"icon"`
|
||||
Sort int64 `json:"sort"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user