Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryBrandListLogic ¶ added in v0.0.2
QueryBrandListLogic 分页获取推荐品牌
Author: LiuFeiHua Date: 2024/5/16 14:15
func NewQueryBrandListLogic ¶ added in v0.0.2
func NewQueryBrandListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryBrandListLogic
func (*QueryBrandListLogic) QueryBrandList ¶ added in v0.0.2
func (l *QueryBrandListLogic) QueryBrandList(req *types.BrandListReq) (resp *types.BrandListResp, err error)
QueryBrandList 分页获取推荐品牌
type QueryBrandProductListLogic ¶ added in v0.0.2
QueryBrandProductListLogic 分页获取品牌相关商品
Author: LiuFeiHua Date: 2024/5/16 14:18
func NewQueryBrandProductListLogic ¶ added in v0.0.2
func NewQueryBrandProductListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryBrandProductListLogic
func (*QueryBrandProductListLogic) QueryBrandProductList ¶ added in v0.0.2
func (l *QueryBrandProductListLogic) QueryBrandProductList(req *types.QueryBrandProductListReq) (resp *types.QueryBrandProductListResp, err error)
QueryBrandProductList 分页获取品牌相关商品
Click to show internal directories.
Click to hide internal directories.