Update check_login.go

This commit is contained in:
strong-wu 2025-08-28 14:08:53 +08:00
parent 077f743e54
commit 645770c9fc

View File

@ -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)