教师端1期需求

This commit is contained in:
赵依梦
2025-12-07 11:32:25 +08:00
parent e7581efddf
commit 223e3abe43
2 changed files with 10 additions and 10 deletions

View File

@@ -165,7 +165,7 @@ const appendStudyTime = function(data) {
* name: 学习人的姓名
*/
const studyRecords = function(data) {
return ajax.post('/xboe/school/study/course/pagelist',data);
return ajax.post('/xboe/school/study/course/pagelistEx',data);
}
/**