| | |
| | | } |
| | | |
| | | @ApiOperation(value = "删除用户收货地址列表") |
| | | @PostMapping("shopDelUserAddress") |
| | | @DeleteMapping("shopDelUserAddress") |
| | | @ApiImplicitParam(name = "addressId", value = "收货地址id", required = true) |
| | | public R shopDelUserAddress(@RequestParam("addressId") Long addressId) { |
| | | return communityService.shopFlowerDelUserAddress(addressId); |
| | |
| | | * @return |
| | | */ |
| | | @GetMapping("incrGoodsView") |
| | | @ApiOperation(value = "新增商品浏览量") |
| | | public R incrGoodsView(@RequestParam("goodsId") Long goodsId) { |
| | | return communityService.incrGoodsView(goodsId); |
| | | } |