From 5ec34deb573826d31944002fe0c79e68adaf76f7 Mon Sep 17 00:00:00 2001 From: mhgj2004 Date: Wed, 1 Feb 2023 10:37:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20app/common/library/Auth.php.=20?= =?UTF-8?q?=E7=94=B1=E4=BA=8Ephp8=E7=9A=84=E5=BC=BA=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0,=E9=80=A0=E6=88=90isLogin()=E6=8A=A5?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mhgj2004 --- app/common/library/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/library/Auth.php b/app/common/library/Auth.php index 19e7e9c7..7d6465d3 100644 --- a/app/common/library/Auth.php +++ b/app/common/library/Auth.php @@ -35,7 +35,7 @@ class Auth /** * 用户ID */ - public int $user_id = 0; + public mixed $user_id = 0; /** * 用户数据 -- Gitee