Feature/get bank info #23

Closed
nguyenphamquangtue wants to merge 57 commits from feature/get-bank-info into master
1 changed files with 3 additions and 3 deletions
Showing only changes of commit a86a097886 - Show all commits

View File

@ -26,9 +26,9 @@ type (
// DistrictRequestCondition ...
DistrictRequestCondition struct {
Code int `json:"code"`
Codes int `json:"codes"`
ProvinceCode int `json:"provinceCode"`
Code int `json:"code"`
Codes []int `json:"codes"`
ProvinceCode int `json:"provinceCode"`
}
// WardRequestPayload ...