update response page id
This commit is contained in:
parent
43922b2afb
commit
ac53e4e70c
@ -28,7 +28,7 @@ type response struct {
|
|||||||
// PageData 分页数据
|
// PageData 分页数据
|
||||||
type PageData struct {
|
type PageData struct {
|
||||||
Total int `json:"total"`
|
Total int `json:"total"`
|
||||||
PageNo int `json:"page_no"`
|
PageID int `json:"page_id"`
|
||||||
PageSize int `json:"page_size"`
|
PageSize int `json:"page_size"`
|
||||||
Result interface{} `json:"result"`
|
Result interface{} `json:"result"`
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user