product

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QueryProductListLogic

type QueryProductListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

QueryProductListLogic

Author: LiuFeiHua Date: 2023/11/30 16:35

func NewQueryProductListLogic

func NewQueryProductListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductListLogic

func (*QueryProductListLogic) QueryProductList

func (l *QueryProductListLogic) QueryProductList(req *types.QueryProductListReq) (resp *types.QueryProductListResp, err error)

QueryProductList 查询商品列表

type QueryProductLogic

type QueryProductLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

QueryProductLogic

Author: LiuFeiHua Date: 2023/11/30 16:34

func NewQueryProductLogic

func NewQueryProductLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductLogic

func (*QueryProductLogic) QueryProduct

func (l *QueryProductLogic) QueryProduct(req *types.QueryProductReq) (resp *types.QueryProductResp, err error)

QueryProduct 获取商品详情 1.获取商品信息 2.获取品牌信息 3.获取商品属性信息 4.获取商品属性值信息 5.获取商品SKU库存信息 6.商品阶梯价格设置 7.商品满减价格设置 8.商品可用优惠券 注意: 步骤1到7是在商品模块(rpc),8是在营销模块(rpc)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL