Documentation ¶
Index ¶
- func AddCart(ctx *svc.ServiceContext, req *cart.CartRequest) (resp cart.CartResponse, err error)
- func EditCart(ctx *svc.ServiceContext, req *cart.CartRequest) (resp cart.CartResponse, err error)
- func GetCart(ctx *svc.ServiceContext, req *cart.CartRequest) (resp cart.CartResponse, err error)
- func GetCartList(ctx *svc.ServiceContext, req *cart.CartRequest) (resp cart.CartResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCart ¶
func AddCart(ctx *svc.ServiceContext, req *cart.CartRequest) (resp cart.CartResponse, err error)
AddCart 添加购物车信息
func EditCart ¶
func EditCart(ctx *svc.ServiceContext, req *cart.CartRequest) (resp cart.CartResponse, err error)
EditCart 编辑购物车信息
func GetCart ¶
func GetCart(ctx *svc.ServiceContext, req *cart.CartRequest) (resp cart.CartResponse, err error)
GetCart 获取购物车信息
func GetCartList ¶
func GetCartList(ctx *svc.ServiceContext, req *cart.CartRequest) (resp cart.CartResponse, err error)
GetCartList 获取所有购物车信息
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.