Commit 3e014db5 authored by Quxl's avatar Quxl

xx

parent d9ac897e
...@@ -40,7 +40,8 @@ public class AdminFirstController { ...@@ -40,7 +40,8 @@ public class AdminFirstController {
@ApiOperation("初审列表分页查询") @ApiOperation("初审列表分页查询")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(paramType="query", dataType="string", required=false, name="keyword", value="关键字"), @ApiImplicitParam(paramType="query", dataType="string", required=false, name="keyword", value="关键字"),
@ApiImplicitParam(paramType="query", dataType="int", required=false, name="state", value="影片状态[state=1 未提交, state=2 已提交, apply_state=1 未初审, apply_state=2 初审通过, apply_state=3 初审未通过]"), @ApiImplicitParam(paramType="query", dataType="int", required=false, name="state", value="影片状态[state=1 未提交, state=2 已提交]"),
@ApiImplicitParam(paramType="query", dataType="int", required=false, name="apply_state", value="初审状态[apply_state=1 未初审, apply_state=2 初审通过, apply_state=3 初审未通过]"),
@ApiImplicitParam(paramType="query", dataType="int", required=false, name="film_type", value="影片类型"), @ApiImplicitParam(paramType="query", dataType="int", required=false, name="film_type", value="影片类型"),
@ApiImplicitParam(paramType="query", dataType="int", required=false, name="enroll_type", value="影片性质"), @ApiImplicitParam(paramType="query", dataType="int", required=false, name="enroll_type", value="影片性质"),
@ApiImplicitParam(paramType="query", dataType="long", required=true, name="index", value="分页编号"), @ApiImplicitParam(paramType="query", dataType="long", required=true, name="index", value="分页编号"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment