Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddGoodsIntoCart ¶
func AddGoodsIntoCart(ctx context.Context, c *app.RequestContext)
AddGoodsIntoCart . @router /api/v1/api/add [POST]
func DeleteCartGoods ¶
func DeleteCartGoods(ctx context.Context, c *app.RequestContext)
DeleteCartGoods . @router /api/v1/api/delete [DELETE]
func ShowCartGoodsList ¶
func ShowCartGoodsList(ctx context.Context, c *app.RequestContext)
ShowCartGoodsList . @router /api/v1/api/show [GET]
func UpdateCartGoods ¶
func UpdateCartGoods(ctx context.Context, c *app.RequestContext)
UpdateCartGoods . @router /api/v1/api/update [PUT]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.