build auth sms
This commit is contained in:
		
							parent
							
								
									55e3c07cf6
								
							
						
					
					
						commit
						49426e322c
					
				| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
package model
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
package model
 | 
			
		||||
| 
						 | 
				
			
			@ -3,7 +3,6 @@ package model
 | 
			
		|||
// LoginUserResponse ...
 | 
			
		||||
type LoginUserResponse struct {
 | 
			
		||||
	ID                      string `json:"_id"`
 | 
			
		||||
	Token                   string `json:"token"`
 | 
			
		||||
	RequireToChangePassword bool   `json:"requireToChangePassword"`
 | 
			
		||||
	SupplierID              string `json:"supplierId"`
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue