cert api edit

This commit is contained in:
joshen
2024-05-21 15:36:24 +08:00
parent bf10e5fd85
commit 24386d2d54
3 changed files with 18 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ const lecturerCertificationList=function(data){
@param teacherId 讲师ID
*/
const lecturerCertificationInfo=function(data){
return ajax.postJson(baseURL,'/teacher/getTeacherInfo',data);
return ajax.postJson(baseURL,'/score/getScores',data);
}
export default{