fix get supplier free ship info
This commit is contained in:
parent
a86003caf0
commit
2602b22e40
|
@ -50,5 +50,5 @@ type SupplierCashflowCreatePayload struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type SupplierFreeShipInfoRequestPayload struct {
|
type SupplierFreeShipInfoRequestPayload struct {
|
||||||
SupplierID []string `json:"supplierId"`
|
SupplierIDs []string `json:"supplierIds"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue