Commit 229347f4 authored by wzp's avatar wzp

修改bug

parent 431050a6
...@@ -202,6 +202,7 @@ public class TBoardStatisticController extends BaseController { ...@@ -202,6 +202,7 @@ public class TBoardStatisticController extends BaseController {
return getResult(list); return getResult(list);
} }
@ApiImplicitParams(value = { @ApiImplicitParams(value = {
@ApiImplicitParam(name = "_index", value = "分页起始偏移量", paramType = "query", dataType = "Integer"), @ApiImplicitParam(name = "_index", value = "分页起始偏移量", paramType = "query", dataType = "Integer"),
@ApiImplicitParam(name = "_size", value = "返回条数", paramType = "query", dataType = "Integer"), @ApiImplicitParam(name = "_size", value = "返回条数", paramType = "query", dataType = "Integer"),
......
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