| | |
| | | package com.ruoyi.order.controller.miniapp; |
| | | |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.common.core.web.controller.BaseController; |
| | | import com.ruoyi.common.security.utils.SecurityUtils; |
| | | import com.ruoyi.order.domain.dto.AppBaseBathDto; |
| | | import com.ruoyi.order.domain.dto.AppGoodsInfoGetDto; |
| | |
| | | */ |
| | | @Api(value = "小程序商品相关接口", tags = "小程序商品相关接口", description = "小程序商品相关接口") |
| | | @RestController |
| | | @RequestMapping("/app/home") |
| | | public class AppGoodsController { |
| | | @RequestMapping("/app/goods") |
| | | public class AppGoodsController extends BaseController { |
| | | |
| | | @Autowired |
| | | private GoodsService goodsService; |
| | |
| | | shoppingCartService.deleteShoppingCart(appBaseBathDto); |
| | | return R.ok(); |
| | | } |
| | | |
| | | |
| | | |
| | | } |