同步学生
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user