同步学生

This commit is contained in:
2026-03-03 11:52:14 +08:00
parent 2d5eec7c56
commit d81df84322
3 changed files with 11 additions and 6 deletions

View File

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