get supplier freeship info

This commit is contained in:
QuanTT0110 2022-10-27 17:16:45 +07:00
parent 37c20ac3c7
commit 0f4ba10479
1 changed files with 1 additions and 1 deletions

View File

@ -47,5 +47,5 @@ type FreeShip struct {
type SupplierFreeShipInfoResponse struct {
SupplierID string `json:"supplierId"`
FreeShip []FreeShip `json:"freeShip"`
FreeShips []FreeShip `json:"freeShips"`
}