接口调整

This commit is contained in:
wangxuemei
2024-10-22 08:48:38 +08:00
parent afcc4a35cb
commit f84172b037
14 changed files with 316 additions and 163 deletions

View File

@@ -20,12 +20,6 @@ export const getexport = (obj) => http.post('/lesson_records/export', obj)
export const importTeacherCourseRecord = (obj) => http.post('/importTeacherCourseRecord', obj)
//获取开课场地
export const getAddress = (obj) => http.post('/admin/teacher/getAddress', obj)
//外部讲师授课记录
export const getOuterTeacherCourseList = (obj) => http.post('/admin/teacher/getOuterTeacherCourseList', obj)
//获取外部授课记录详情
export const getOuterTeacherCourseDetail = (obj) => http.post(`/admin/teacher/getOuterTeacherCourseDetail?id=${obj}`)
//新增外部授课记录
export const insertOutTeaherCourse = (obj) => http.post('/admin/teacher/insertOutTeaherCourse', obj)
//讲师费发放情况
export const getCharges = (obj) => http.post('/teacher/fee/getCharges', obj)
//上传组件