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