fuliqi
2024-10-29 ab0e808d99312422b4d88de2c5f0ecd91776c35b
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});
};