| | |
| | | * @return |
| | | */ |
| | | @GetMapping("/shopFlower/selectCountGroupStatus") |
| | | R selectCountGroupStatus(Long storeId); |
| | | R selectCountGroupStatus(@RequestParam("storeId") Long storeId); |
| | | |
| | | /** |
| | | * 新增商品浏览量 |
| | | * @param goodsId |
| | | * @return |
| | | */ |
| | | @GetMapping("/shopFlower/incrGoodsView") |
| | | R incrGoodsView(@RequestParam("goodsId") Long goodsId); |
| | | |
| | | /** |
| | | * 出入账分页 |
| | | * @param pageComShopFlowerOrderPayDTO |
| | | * @return |
| | | */ |
| | | @PostMapping("/shopFlower/pageOrderPay") |
| | | R pageOrderPay(@RequestBody PageComShopFlowerOrderPayDTO pageComShopFlowerOrderPayDTO); |
| | | |
| | | /** |
| | | * 获取商家的营业额和可结算金额 |
| | | * @param storeId |
| | | * @return |
| | | */ |
| | | @GetMapping("/shopFlower/getQuota") |
| | | R getQuota(@RequestParam("storeId") Long storeId); |
| | | } |