mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
我报名的修改
This commit is contained in:
@@ -59,6 +59,11 @@ const delLearning = function(ms_timeline_kid) {
|
||||
return ajax.post('/b1/system/user/ms-timeline-delete',{ms_timeline_kid});
|
||||
}
|
||||
|
||||
/**新的删除学习的课程的接口,参数courseRegId, 对应的课程的id */
|
||||
const newDelLearning = function(courseRegId) {
|
||||
return ajax.post('/b1/system/user/delete-course-reg',{courseRegId});
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据用户的kid,获取用户的受众权限
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user