同步学生信息修改

This commit is contained in:
2026-01-06 15:46:04 +08:00
parent 2ebdd36009
commit 51b24f02db
5 changed files with 54 additions and 23 deletions

View File

@@ -24,3 +24,10 @@ export function listStudent(query) {
params: query
})
}
// 新同步学生信息
export function syncStudentInfo() {
return request({
url: '/syncdata/synchronousStudent',
method: 'post'
})
}