refactor-location #134
|
@ -46,6 +46,6 @@ type FreeShip struct {
|
|||
}
|
||||
|
||||
type SupplierFreeShipInfoResponse struct {
|
||||
SupplierID string `json:"supplierId"`
|
||||
FreeShip FreeShip `json:"freeShip"`
|
||||
SupplierID string `json:"supplierId"`
|
||||
FreeShip []FreeShip `json:"freeShip"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue