!32 update app/common/library/Auth.php.

Merge pull request !32 from mhgj2004/N/A
This commit is contained in:
meystack
2023-02-01 11:51:38 +00:00
committed by Gitee

View File

@@ -35,7 +35,7 @@ class Auth
/** /**
* 用户ID * 用户ID
*/ */
public int $user_id = 0; public mixed $user_id = 0;
/** /**
* 用户数据 * 用户数据