mergeDev/campaign #73

Closed
Ghost wants to merge 208 commits from mergeDev/campaign into develop
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 34b1de6d42 - Show all commits

View File

@ -35,4 +35,7 @@ type RequestCondition struct {
Keyword string `json:"keyword"`
Region string `json:"region"`
Page int `json:"page"`
Limit int `json:"limit"`
}