mergeDev/campaign #73

Closed
Ghost wants to merge 208 commits from mergeDev/campaign into develop
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 37c20ac3c7 - Show all commits

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