mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-24 01:39:37 +08:00
课程学习记录显示优化
This commit is contained in:
@@ -16,3 +16,8 @@ export function record(courseId: number, hourId: number, duration: number) {
|
||||
duration,
|
||||
});
|
||||
}
|
||||
|
||||
//最近学习课程
|
||||
export function latestLearn() {
|
||||
return client.get(`/api/v1/user/latest-learn`, {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user