Update check_login.go
This commit is contained in:
parent
645770c9fc
commit
0e1c8df1ee
@ -101,8 +101,8 @@ func CheckWebLogin(provider *account.AccountClientImpl) gin.HandlerFunc {
|
||||
|
||||
//0 解密
|
||||
req := account.DecryptJwtRequest{
|
||||
Token: jwt,
|
||||
//Domain: "fontree",
|
||||
Token: jwt,
|
||||
Domain: "fontree",
|
||||
}
|
||||
|
||||
info, err := service.AccountProvider.DecryptJwt(ctx, &req)
|
||||
|
Loading…
Reference in New Issue
Block a user