mergeDev/campaign #73

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

View File

@ -38,6 +38,8 @@ type RequestCondition struct {
OldSlug string `json:"oldSlug"`
Slugs []string `json:"slugs"`
OldSlugs []string `json:"oldSlugs"`
DistrictSlug string `json:"districtSlug"`
ProvinceSlug string `json:"provinceSlug"`