build auth sms
This commit is contained in:
		
							parent
							
								
									9407b2df6b
								
							
						
					
					
						commit
						b4811f091e
					
				| 
						 | 
				
			
			@ -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