diff --git a/model/supplier_response.go b/model/supplier_response.go index 9c47a05..36f9666 100644 --- a/model/supplier_response.go +++ b/model/supplier_response.go @@ -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"` }