From 54de278a83ce17d6130df51cb8ec5d54b18950dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 11 Aug 2021 14:14:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Jwt/JwtHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Jwt/JwtHelper.php b/System/Jwt/JwtHelper.php index e11fa07d..ea8862fc 100644 --- a/System/Jwt/JwtHelper.php +++ b/System/Jwt/JwtHelper.php @@ -26,7 +26,7 @@ trait JwtHelper private string $scene = 'default'; - private string $encrypt = 'sha256'; + private string $encrypt = ''; private string $iv = '';