| | |
| | | * @Date 2023/6/13 9:15 |
| | | * @Version 1.0 |
| | | */ |
| | | @Api(value = "平台端优惠券相关接口", tags = "平台端优惠券相关接口", description = "平台端优惠券相关接口") |
| | | @Api(value = "管理后台优惠券相关接口", tags = "管理后台优惠券相关接口", description = "管理后台优惠券相关接口") |
| | | @RestController |
| | | @RequestMapping("/mgt/coupon") |
| | | public class MgtCouponController { |
| | |
| | | } |
| | | |
| | | @RequestMapping(value = "/getMgtCouponAuditVo", method = RequestMethod.POST) |
| | | @ApiOperation(value = "平台获取优惠券编辑信息") |
| | | @ApiOperation(value = "平台获取优惠券审核信息") |
| | | public R<MgtCouponAuditGetVo> getMgtCouponAuditVo(@RequestBody MgtBaseGetDto mgtBaseGetDto) { |
| | | Long userId = SecurityUtils.getUserId(); |
| | | mgtBaseGetDto.setUserId(userId); |