fuliqi
2024-06-20 3bfbac1400ab8c9735e175a2aaf7dc962dd9428f
src/api/exam.js
@@ -67,3 +67,11 @@
    data: params
  })
}
// 查找学生的答卷
export const getStudentExam = (examId, userId) => {
  return axios({
    url: '/api/admin/exam/' + examId + '/' + userId,
    method: 'GET'
  })
}