update response page id

This commit is contained in:
kenneth 2022-04-27 14:24:14 +08:00
parent 43922b2afb
commit ac53e4e70c

View File

@ -28,7 +28,7 @@ type response struct {
// PageData 分页数据
type PageData struct {
Total int `json:"total"`
PageNo int `json:"page_no"`
PageID int `json:"page_id"`
PageSize int `json:"page_size"`
Result interface{} `json:"result"`
}