接口联调

This commit is contained in:
yanghang
2025-06-26 10:14:46 +08:00
parent ece5e7e1a9
commit f1bedb2340
3 changed files with 72 additions and 20 deletions
+3 -2
View File
@@ -2,11 +2,12 @@ import request from '@/api/request'
const base_url = '/trastudy'
// 获取课程分类树接口
// 获取课程学习信息接口
export const getCourseStudyInfoApi = (data) => {
return request({
url: base_url + '/traStdyInfo/queryTraStdyProgressAndTeacher',
method: 'post',
data
});
};
};