ZhangXianQiang
2024-06-20 b55d02114b2f4b148fdc2311b13850236c163628
1
2
3
4
5
6
7
8
9
10
import service from "@/api";
 
 
export const getExamList = () => {
  return service.get('/api/v1/getExamList');
}
 
export const getExamInfo = () => {
  return service.get('/api/v1/getExamInfo');
}