| | |
| | | @RequestMapping(value = "/mgtShopHFTXAuth", method = RequestMethod.POST) |
| | | @Log(title = "商户进件管理", businessType = BusinessType.UPDATE,operContent = "商户进件") |
| | | @ApiOperation(value = "平台商户进件(汇付天下)") |
| | | public R mgtShopHFTXAuth(@Validated @RequestBody MgtShopHFTXAuthDto mgtShopHFTXAuthDto) { |
| | | public R mgtShopHFTXAuth(@RequestBody MgtShopHFTXAuthDto mgtShopHFTXAuthDto) { |
| | | Long userId = SecurityUtils.getUserId(); |
| | | mgtShopHFTXAuthDto.setUserId(userId); |
| | | shopService.mgtShopHFTXAuth(mgtShopHFTXAuthDto); |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | @RequestMapping(value = "/getMgtShopHFTXAuthInfo", method = RequestMethod.POST) |
| | | @ApiOperation(value = "获取商户进件信息(汇付天下)") |
| | | public R<MgtShopHFTXAuthGetVo> getMgtShopHFTXAuthInfo(@Validated @RequestBody MgtShopHFTXAuthGetDto mgtShopHFTXAuthGetDto){ |