mirror of
				https://github.com/weloe/token-go.git
				synced 2025-10-31 19:02:41 +08:00 
			
		
		
		
	feat: add usage example
This commit is contained in:
		| @@ -23,7 +23,7 @@ func (d *DefaultLogger) Login(loginType string, id interface{}, tokenValue strin | ||||
| 	if !d.enable { | ||||
| 		return | ||||
| 	} | ||||
| 	log.Printf("LoginByModel: loginId = %v, loginType = %v, tokenValue = %v, "+ | ||||
| 	log.Printf("Login: loginId = %v, loginType = %v, tokenValue = %v, "+ | ||||
| 		"loginMode = %v", id, loginType, tokenValue, loginModel) | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 weloe
					weloe