diff --git a/model/common_request.go b/model/common_request.go index 4ffd6e1..8442864 100644 --- a/model/common_request.go +++ b/model/common_request.go @@ -35,4 +35,7 @@ type RequestCondition struct { Keyword string `json:"keyword"` Region string `json:"region"` + + Page int `json:"page"` + Limit int `json:"limit"` }