feat:增加项目/学习路径图直播管理界面

This commit is contained in:
wyx
2023-01-30 14:21:24 +08:00
parent 01fd448638
commit 0cbe945be0
6 changed files with 1536 additions and 15 deletions

View File

@@ -31,3 +31,9 @@ export const DownLoadTotalSize = (obj) => http.get('/admin/download/totalSize',
// 下载中心删除
export const RemoveDownLoadHomeWork = (obj) => http.get('/admin/download/del', {params: obj})
// 获取投票管理的信息
export const QueryVoteManagementDetail = (obj) => http.post('/admin/vote/manage/queryVoteManagementDetail', obj)
// 根据投票任务Id获取投票任务信息
export const QueryVoteTaskDetailById = (obj) => http.post('/voteSubmit/queryVoteTaskDetailById', obj)