20200622-zlp-1
首页-一日流程学习
This commit is contained in:
@ -9,6 +9,15 @@ export function listVideo(query) {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// 查询培训列表
|
||||
export function listScoreAndFree(id) {
|
||||
return request({
|
||||
url: '/benyi/video/listscoreandfree/'+id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询培训详细
|
||||
export function getVideo(id) {
|
||||
return request({
|
||||
|
Reference in New Issue
Block a user