refactor-location #134
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue