v0.6测试

This commit is contained in:
2026-04-14 19:18:11 +08:00
parent fd3535f884
commit a60ba8352f
23 changed files with 157 additions and 40 deletions

View File

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