get supplier freeship info
This commit is contained in:
parent
73e2a8a7c8
commit
37c20ac3c7
|
@ -47,5 +47,5 @@ type FreeShip struct {
|
||||||
|
|
||||||
type SupplierFreeShipInfoResponse struct {
|
type SupplierFreeShipInfoResponse struct {
|
||||||
SupplierID string `json:"supplierId"`
|
SupplierID string `json:"supplierId"`
|
||||||
FreeShip FreeShip `json:"freeShip"`
|
FreeShip []FreeShip `json:"freeShip"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue