讲师认证

This commit is contained in:
zhangsir
2024-05-16 17:40:20 +08:00
parent d2002edd8d
commit 6b88258d55
3 changed files with 6 additions and 3 deletions

View File

@@ -155,4 +155,7 @@ export const transferPermission =(data)=>{
// method: "post",
// data:data
// })
// }
// }
//依旧id查找教师
export const getTeacherId = (data) => http.get('/activityApi/teacher/getTeacherId',{params:data})