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