Commit 11c9aba8 authored by Quxl's avatar Quxl

x

parent d714a0db
...@@ -107,7 +107,7 @@ public class UserReviewController { ...@@ -107,7 +107,7 @@ public class UserReviewController {
@PostMapping("doubtful_del") @PostMapping("doubtful_del")
@ApiOperation("查询疑点记录") @ApiOperation("查询疑点记录")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(paramType = "query", dataType = "int", required = false, name = "review_id", value="审片ID"), @ApiImplicitParam(paramType = "query", dataType = "int", required = false, name = "id", value="疑点记录ID"),
}) })
public Object deleteDoubtfulById(Integer id) { public Object deleteDoubtfulById(Integer id) {
service.deleteDoubtfulById(id); service.deleteDoubtfulById(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