[location] update request model page & limit

This commit is contained in:
thaingocquang 2022-11-07 16:04:12 +07:00
parent 34b1de6d42
commit d80b305b1a
1 changed files with 2 additions and 2 deletions

View File

@ -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"`
}