get supplier freeship info

This commit is contained in:
QuanTT0110 2022-10-27 16:16:09 +07:00
parent 73e2a8a7c8
commit 37c20ac3c7
1 changed files with 2 additions and 2 deletions

View File

@ -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"`
}