fix get supplier free ship info

This commit is contained in:
QuanTT0110 2022-10-28 11:39:29 +07:00
parent a86003caf0
commit 2602b22e40
1 changed files with 1 additions and 1 deletions

View File

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