import service from "@/api"; export const getExamList = () => { return service.get('/api/v1/getExamList'); }