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

@@ -97,7 +97,8 @@ if (isset($_SESSION['user_id']) && isset($_SESSION['user_type'])) {
user_id: userData.user_id,
user_type: userData.user_type,
username: userData.username,
real_name: userData.real_name
real_name: userData.real_name,
role: userData.role || ''
})
});