mergeDev/campaign #73
|
@ -36,6 +36,6 @@ type RequestCondition struct {
|
||||||
Keyword string `json:"keyword"`
|
Keyword string `json:"keyword"`
|
||||||
Region string `json:"region"`
|
Region string `json:"region"`
|
||||||
|
|
||||||
Page int `json:"page"`
|
Page int64 `json:"page"`
|
||||||
Limit int `json:"limit"`
|
Limit int64 `json:"limit"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue