Update check_login.go

This commit is contained in:
strong-wu 2025-08-28 14:45:15 +08:00
parent 645770c9fc
commit 0e1c8df1ee

View File

@ -102,7 +102,7 @@ func CheckWebLogin(provider *account.AccountClientImpl) gin.HandlerFunc {
//0 解密 //0 解密
req := account.DecryptJwtRequest{ req := account.DecryptJwtRequest{
Token: jwt, Token: jwt,
//Domain: "fontree", Domain: "fontree",
} }
info, err := service.AccountProvider.DecryptJwt(ctx, &req) info, err := service.AccountProvider.DecryptJwt(ctx, &req)