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

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