fuliqi
2024-07-12 93271cd2498d73e9dc35e572d8c31ae9645b7d8b
1
2
3
4
5
import service from "@/api";
 
export const getFileList = (getData = {introduction: '', subjectId: '', contentType: ''}) => {
  return service.get('/api/student/education/resource/page', {params: getData});
};