| | |
| | | R getMerchant(@RequestParam("merchantId") Long merchantId); |
| | | |
| | | /** |
| | | * 获取便民服务商家详情 |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | @GetMapping("/convenient/merchant/getMerchantByUserId") |
| | | R getMerchantByUserId(@RequestParam("userId") Long userId); |
| | | |
| | | /** |
| | | * 禁用/启用便民服务商家 |
| | | * @param disableOrEnableConvenientMerchantDTO |
| | | * @return |
| | |
| | | * @return |
| | | */ |
| | | @PostMapping("/shopFlower/pageOrderByStoreId") |
| | | R pageOrderByStoreId(@RequestBody PageComFlowerOrderListDTO pageComFlowerOrderListDTO) |
| | | R pageOrderByStoreId(@RequestBody PageComFlowerOrderListDTO pageComFlowerOrderListDTO); |
| | | } |