build auth sms
This commit is contained in:
parent
3c44e6511c
commit
634239a9f1
|
@ -31,7 +31,6 @@ type CreateOwnerRequest struct {
|
|||
Email string `json:"email"`
|
||||
SupplierID string `json:"supplierId"`
|
||||
RoleID string `json:"roleId"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
type UpdateOwnerRequest struct {
|
||||
|
@ -49,7 +48,6 @@ type CreateStaffRequest struct {
|
|||
Email string `json:"email"`
|
||||
SupplierID string `json:"supplierId"`
|
||||
RoleID string `json:"roleId"`
|
||||
Password string `json:"password"`
|
||||
Warehouses []string `json:"warehouses"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue