mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-23 18:47:03 +08:00
chore: add pagination settings
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package common
|
||||
|
||||
type PageReq struct {
|
||||
Page int `json:"page_index" form:"page"`
|
||||
PerPage int `json:"page_size" form:"per_page"`
|
||||
Page int `json:"page" form:"page"`
|
||||
PerPage int `json:"per_page" form:"per_page"`
|
||||
}
|
||||
|
||||
const MaxUint = ^uint(0)
|
||||
|
||||
Reference in New Issue
Block a user