From 6a5e57240636ad082d182c3f4ee7a48239be0226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 30 Oct 2020 01:55:04 +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/Jwt.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Jwt/Jwt.php b/System/Jwt/Jwt.php index 6d1fd500..40510e84 100644 --- a/System/Jwt/Jwt.php +++ b/System/Jwt/Jwt.php @@ -299,6 +299,7 @@ mlAZUEjsoaT9vjvjGTxl3uCm0TX5KTgtSJIt2kA1tYVjQef+/iZTHxY= { $str = ''; + $user = (string)$user; $_user = str_split(md5($user . md5($user))); ksort($_user); foreach ($_user as $key => $val) {