xiangpei
2024-10-31 e6661724b20e7dc277e88c387b93ae2c283535a7
src/api/modules/file.js
@@ -1,5 +1,5 @@
import service from "@/api";
export const getFileList = (getData = {introduction: '', subjectId: '', contentType: ''}) => {
export const getFileList = (getData) => {
  return service.get('/api/student/education/resource/page', {params: getData});
};