Skip to content

Commit

Permalink
🐛 fix: page for antd pro (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwnmengjing authored Aug 19, 2024
1 parent 9c11318 commit ff0cee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/response/actions/pagination.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package actions

// Pagination pagination params
type Pagination struct {
Page int64 `form:"page" query:"page"`
Page int64 `form:"current" query:"current"`
PageSize int64 `form:"pageSize" query:"pageSize"`
}

Expand Down

0 comments on commit ff0cee0

Please sign in to comment.