| | |
| | | return R.ok(); |
| | | } |
| | | |
| | | @RequestMapping(value = "/transferMgtShop", method = RequestMethod.POST) |
| | | @Log(title = "商户管理", businessType = BusinessType.UPDATE,operContent = "转移客户") |
| | | @ApiOperation(value = "转移客户") |
| | | public R transferMgtShop(@RequestBody MgtTransferShopDto mgtTransferShopDto) { |
| | | shopService.transferMgtShop(mgtTransferShopDto); |
| | | return R.ok(); |
| | | } |
| | | |
| | | @RequestMapping(value = "/terminateMgtCooperation", method = RequestMethod.POST) |
| | | @Log(title = "商户管理", businessType = BusinessType.UPDATE,operContent = "终止合作") |
| | | @ApiOperation(value = "终止合作") |