mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
929t调整
This commit is contained in:
@@ -26,7 +26,7 @@ export const getOuterTeacherCourseDetail = (obj) => http.post(`/admin/teacher/ge
|
||||
//新增外部授课记录
|
||||
export const insertOutTeaherCourse = (obj) => http.post('/admin/teacher/insertOutTeaherCourse', obj)
|
||||
//讲师费发放情况
|
||||
export const getCharges = (obj) => http.post('/admin/teacher/fee/getCharges', obj)
|
||||
export const getCharges = (obj) => http.post('/teacher/fee/getCharges', obj)
|
||||
//上传组件
|
||||
export const teacherUpload = (data) =>
|
||||
http.post("/admin/teacher/teacherUpload", data, {
|
||||
|
||||
Reference in New Issue
Block a user