【新增】 监控管理下载学生文件
This commit is contained in:
@@ -40,6 +40,10 @@ export const MonitorApi = {
|
||||
deleteMonitor: async (id: number) => {
|
||||
return await request.delete({ url: `/exam/monitor/delete?id=` + id })
|
||||
},
|
||||
// 获取学生文件
|
||||
getMonitorStuFileUrl: async (temporaryId: string) => {
|
||||
return await request.get({ url: `/exam/monitor/getMonitorStuFileUrl?temporaryId=` + temporaryId })
|
||||
},
|
||||
|
||||
// 导出监控管理 Excel
|
||||
exportMonitor: async (params) => {
|
||||
|
Reference in New Issue
Block a user