Commit 3868fdb6 authored by Quxl's avatar Quxl

x

parent 74813a94
......@@ -51,6 +51,7 @@ public class UserReviewController {
@PostMapping("review_list")
@ApiOperation("审核列表")
@ApiImplicitParams({
@ApiImplicitParam(paramType = "query", dataType = "boolean", required = false, name = "is_review", value="是否已审核"),
@ApiImplicitParam(paramType = "query", dataType = "date", required = false, name = "start_date", value="开始日期"),
@ApiImplicitParam(paramType = "query", dataType = "date", required = false, name = "end_date", value="结束日志"),
@ApiImplicitParam(paramType = "query", dataType = "int", required = false, name = "film_type_id", value="影片类型ID"),
......
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