v0.4测试

This commit is contained in:
2026-04-13 19:23:06 +08:00
parent fab5e0c02f
commit 0fa95e661b
7 changed files with 13 additions and 7 deletions

View File

@@ -87,6 +87,7 @@ class AuthService:
"username": user["username"],
"real_name": user["real_name"],
"user_type": user["user_type"],
"role": role,
"need_change_password": user["need_change_password"] == 1,
"redirect": redirect
}