update response page data
This commit is contained in:
parent
74a5a8a432
commit
97d8a7b22e
@ -13,9 +13,9 @@ type response struct {
|
||||
}
|
||||
|
||||
type PageData struct {
|
||||
Total int `json:"total"`
|
||||
PageID int `json:"page_id"`
|
||||
PageSize int `json:"page_size"`
|
||||
Total int64 `json:"total"`
|
||||
PageID int64 `json:"page_id"`
|
||||
PageSize int64 `json:"page_size"`
|
||||
Result any `json:"result"`
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user