Skip to content

Commit

Permalink
[U] 去除默认分页
Browse files Browse the repository at this point in the history
  • Loading branch information
zxysilent committed Apr 10, 2021
1 parent 9f0fab8 commit 82fc134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control/sysctl/menu.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ func MenuAll(ctx echo.Context) error {
// MenuPage doc
// @Tags menu
// @Summary 获取菜单导航分页信息
// @Param pi query int true "分页数" default(1)
// @Param ps query int true "每页条数[5,30]" default(5)
// @Param pi query int true "分页数"
// @Param ps query int true "每页条数[5,30]"
// @Param token query string true "token"
// @Success 200 {object} model.Reply{data=[]model.Menu} "成功数据"
// @Param token query string true "token"
Expand Down

0 comments on commit 82fc134

Please sign in to comment.