release: 已参与抽奖的人(APP) 和 抽奖结果(APP)

release-2024-08-08
huangyw 4 months ago
parent 02fdf95b38
commit 9df1366b00

@ -317,7 +317,7 @@ public class PointController {
} }
@ApiOperation(value = "3.9.抽奖列表页,以及本人是否已参加(APP)", notes = "APP") @ApiOperation(value = "3.9.抽奖列表页,以及本人是否已参加(APP)", notes = "APP")
@PostMapping("/lottery/list/{page}/{size}") @PostMapping("/lottery/list/user/{page}/{size}")
@GlobalInterceptor(checkAppUserLogin = true) @GlobalInterceptor(checkAppUserLogin = true)
public Result<PageResult<Lottery>> findLotteryListForApp( public Result<PageResult<Lottery>> findLotteryListForApp(
@ApiParam(value = "Header中的token信息", required = true) @RequestHeader("Authorization") String token, @ApiParam(value = "Header中的token信息", required = true) @RequestHeader("Authorization") String token,

Loading…
Cancel
Save