mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 09:26:45 +08:00
cert api edit
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user