From 4f99b60038adf27dcb80f886b5ed40989cc15eea Mon Sep 17 00:00:00 2001 From: Devil Date: Mon, 12 Jul 2021 22:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=99=BB=E5=BD=95=E5=A4=84?= =?UTF-8?q?=E7=90=86app=E7=AB=AF=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/UserService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/service/UserService.php b/application/service/UserService.php index 3732a70b8..755c42036 100755 --- a/application/service/UserService.php +++ b/application/service/UserService.php @@ -449,6 +449,7 @@ class UserService session(self::$user_login_key, $user); return (session(self::$user_login_key) !== null); } + return true; } } return false; -- GitLab