refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit d80b305b1a - Show all commits

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