1
2
3
4
5
6
import service from "@/api";
 
 
export const getSubjectList = () => {
    return service.post('/api/student/subject/list');
};