fuliqi
2024-06-26 b66dc32f331b455ed1135235bbce14fc84a2f6fe
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'
  })
}