mergeDev/campaign #73

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

View File

@ -50,5 +50,5 @@ type SupplierCashflowCreatePayload struct {
} }
type SupplierFreeShipInfoRequestPayload struct { type SupplierFreeShipInfoRequestPayload struct {
SupplierID []string `json:"supplierId"` SupplierIDs []string `json:"supplierIds"`
} }