Compare commits
	
		
			2 Commits
		
	
	
		
			8e30f6c984
			...
			8d43eaf18d
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8d43eaf18d | |||
| cfef240daa | 
| @ -96,7 +96,8 @@ func CheckWebLogin(provider *account.AccountClientImpl) gin.HandlerFunc { | |||||||
| 
 | 
 | ||||||
| 		//0 解密
 | 		//0 解密
 | ||||||
| 		req := account.DecryptJwtRequest{ | 		req := account.DecryptJwtRequest{ | ||||||
| 			Token: jwt, | 			Token:  jwt, | ||||||
|  | 			Domain: "fontree", | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
| 		info, err := service.AccountProvider.DecryptJwt(ctx, &req) | 		info, err := service.AccountProvider.DecryptJwt(ctx, &req) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user