|
@@ -64,6 +64,9 @@ public class MarketingHitPrizeController extends BaseApiController {
|
|
|
|
|
|
@PostMapping("/isHit/{marketingId}")
|
|
|
@ApiOperation("判断当前用户是否中奖")
|
|
|
+ @ApiResponses(
|
|
|
+ @ApiResponse(code = 200, message = "成功", response = UserMarketingHitPrizeDetailVO.class)
|
|
|
+ )
|
|
|
public AjaxResult isHit(@PathVariable("marketingId") Long marketingId) {
|
|
|
|
|
|
Long userId = SecurityUtils.getLoginUser().getUserId();
|