| | |
| | | @RequestMapping("/mgt/shop") |
| | | public class MgtShopController { |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private ShopService shopService; |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private ShopRelTagService shopRelTagService; |
| | | |
| | | @RequestMapping(value = "/pageMgtShop", method = RequestMethod.POST) |
| | |
| | | } |
| | | |
| | | @RequestMapping(value = "/createMgtShop", method = RequestMethod.POST) |
| | | @ApiOperation(value = "创建商户") |
| | | @ApiOperation(value = "平台编辑商户") |
| | | public R createMgtShop(@RequestBody MgtEditShopDto mgtEditShopDto) { |
| | | Long userId = SecurityUtils.getUserId(); |
| | | mgtEditShopDto.setUserId(userId); |