Commit 5cbe42db authored by Quxl's avatar Quxl

x

parent e8091767
...@@ -173,10 +173,10 @@ public class AdminReviewController { ...@@ -173,10 +173,10 @@ public class AdminReviewController {
@ApiOperation("查询展映榜单") @ApiOperation("查询展映榜单")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(paramType="query", dataType="string", name="keyword", value="搜索关键字"), @ApiImplicitParam(paramType="query", dataType="string", name="keyword", value="搜索关键字"),
@ApiImplicitParam(paramType="query", dataType="int", name="enroll_type_id", value="搜索关键字"), @ApiImplicitParam(paramType="query", dataType="int", name="enroll_type_id", value="影片性质"),
@ApiImplicitParam(paramType="query", dataType="int", name="film_type_name", value="搜索关键字"), @ApiImplicitParam(paramType="query", dataType="int", name="film_type_name", value="影片类型"),
@ApiImplicitParam(paramType="query", dataType="int", name="film_type_name_short", value="搜索关键字"), @ApiImplicitParam(paramType="query", dataType="int", name="film_type_name_short", value="影片扩展类型"),
@ApiImplicitParam(paramType="query", dataType="string", name="film_country", value="搜索关键字"), @ApiImplicitParam(paramType="query", dataType="string", name="film_country", value="国家地区"),
@ApiImplicitParam(paramType="query", dataType="int", name="from_round", value="影片来源 0原始申报 2二选参展, 3三选参展 5 选片参展"), @ApiImplicitParam(paramType="query", dataType="int", name="from_round", value="影片来源 0原始申报 2二选参展, 3三选参展 5 选片参展"),
}) })
......
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