| | |
| | | |
| | | /******************************************************************************************************* |
| | | * |
| | | * 商家模块 |
| | | * 商家模块 |
| | | * |
| | | * ********************************************************************************************************/ |
| | | /** |
| | | * 分页查询便民服务商家 运营后台 |
| | | * |
| | | * @return |
| | | */ |
| | | |
| | | @ApiOperation(value = "商家列表", response = NewFightConvenientMerchantVO.class) |
| | | @GetMapping("/pageMerchant") |
| | | public R pageMerchant(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | |
| | | * @param merchantId |
| | | * @return |
| | | */ |
| | | @ApiOperation(value = "商家详情", response = NewFightConvenientMerchantVO.class) |
| | | @GetMapping("/selectMerchantById") |
| | | public R selectMerchantById(@RequestParam("merchantId") String merchantId) |
| | | { |