fix
This commit is contained in:
parent
2e790cd255
commit
1f14430052
|
@ -382,6 +382,7 @@ type getTagProductsReq struct {
|
|||
User gmodel.FsUser
|
||||
}
|
||||
|
||||
// 返回每个标签下的直接从属产品,不包含子tag的产品
|
||||
func (l *GetTagProductListLogic) getTagProducts(req getTagProductsReq) (productListRsp []types.TagProduct) {
|
||||
//默认给50个容量
|
||||
productListRsp = make([]types.TagProduct, 0, 50)
|
||||
|
|
Loading…
Reference in New Issue
Block a user