20200622-zlp-1

首页-一日流程学习
This commit is contained in:
paidaxing444
2020-06-22 11:29:25 +08:00
parent ef9856f4e5
commit 067fced942
9 changed files with 219 additions and 100 deletions

View File

@ -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({