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