Package | Description |
---|---|
com.itheima.controller |
Modifier and Type | Method and Description |
---|---|
Result<ShoppingCart> |
ShoppingCartController.addDishToShoppingCart(ShoppingCart shoppingCart)
添加菜品到购物车
|
Result<List<ShoppingCart>> |
ShoppingCartController.listShoppingCart(ShoppingCart shoppingCart)
用户登录成功,首页显示的购物车信息
|
Result<ShoppingCart> |
ShoppingCartController.subDishToShoppingCart(ShoppingCart shoppingCart)
通过前端传回来的dishId构造条件进行删除
|
Modifier and Type | Method and Description |
---|---|
Result<ShoppingCart> |
ShoppingCartController.addDishToShoppingCart(ShoppingCart shoppingCart)
添加菜品到购物车
|
Result<List<ShoppingCart>> |
ShoppingCartController.listShoppingCart(ShoppingCart shoppingCart)
用户登录成功,首页显示的购物车信息
|
Result<ShoppingCart> |
ShoppingCartController.subDishToShoppingCart(ShoppingCart shoppingCart)
通过前端传回来的dishId构造条件进行删除
|
Copyright © 2022. All rights reserved.