refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e4436002e8 - Show all commits

View File

@ -7,7 +7,7 @@ type ResponseSupplierInfo struct {
BusinessType string `json:"businessType"`
Statistic SupplierStatistic `json:"statistic"`
Rating float64 `json:"rating"`
Inventories *[]SKUCommonInfo `json:"inventories"`
Inventories []*SKUCommonInfo `json:"inventories"`
Active bool `json:"active"`
}