Commit e2cb1a87 authored by Quxl's avatar Quxl

x

parent 77df8071
...@@ -132,7 +132,7 @@ public class UserReviewController { ...@@ -132,7 +132,7 @@ public class UserReviewController {
@ResponseBody @ResponseBody
@PostMapping("doubtful_list") @PostMapping("doubtful_list")
@ApiOperation("查询疑点记录") @ApiOperation("查询当前评委疑点记录")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(paramType = "query", dataType = "int", required = false, name = "review_id", value="审片ID"), @ApiImplicitParam(paramType = "query", dataType = "int", required = false, name = "review_id", value="审片ID"),
}) })
...@@ -145,7 +145,7 @@ public class UserReviewController { ...@@ -145,7 +145,7 @@ public class UserReviewController {
@ResponseBody @ResponseBody
@PostMapping("doubtful_list_all") @PostMapping("doubtful_list_all")
@ApiOperation("查询疑点记录") @ApiOperation("查询全部疑点记录")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(paramType = "query", dataType = "int", required = false, name = "review_id", value="审片ID"), @ApiImplicitParam(paramType = "query", dataType = "int", required = false, name = "review_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