龚焕茏
2024-08-09 8fead5f2ad5177c2d6bb98fe3ba6621ccc1ab5af
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});
};