同步专业数据

This commit is contained in:
2025-12-25 11:36:44 +08:00
parent 09771cc281
commit 480ff4b091
2 changed files with 125 additions and 0 deletions

View File

@@ -22,3 +22,11 @@ export function syncMajorinfo() {
method: 'post'
})
}
//新查询专业列表
export function listZhuanYe(query) {
return request({
url: '/syncdata/getSpecialtyInfoList',
method: 'get',
params: query
})
}