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