20200601-zlp-1

完善评分评价
This commit is contained in:
paidaxing444
2020-06-01 15:05:20 +08:00
parent ca14b6f89e
commit aa7779ef6d
8 changed files with 264 additions and 66 deletions

View File

@ -17,6 +17,14 @@ export function getFeedback(id) {
})
}
// // 查询培训视频评价反馈详细
// export function getFeedbackByVideo(vid) {
// return request({
// url: '/benyi/feedback/video/' + vid,
// method: 'get'
// })
// }
// 新增培训视频评价反馈
export function addFeedback(data) {
return request({

View File

@ -17,6 +17,14 @@ export function getScore(id) {
})
}
// 查询培训视频评分详细
export function getScoreByVideo(vid) {
return request({
url: '/benyi/score/video/' + vid,
method: 'get'
})
}
// 新增培训视频评分
export function addScore(data) {
return request({