讲师管理

This commit is contained in:
zhangsir
2024-05-14 18:24:10 +08:00
parent 28221766b6
commit ddef0cd1fd
4 changed files with 35 additions and 20 deletions

View File

@@ -129,3 +129,5 @@ export const getDataById = (data) => http.post('/activityApi/teacher/getDataById
export const getCertificationProcess = (data) => http.post('/activityApi/teacher/getCertificationProcess',data)
//编辑认证
export const updateExamine = (data) => http.post('/activityApi/examine/updateExamine',data)
//添加权限 0: 查看 2: 管理
export const addPermission = (data) => http.post('/activityApi/permission/addPermission',data)