黄何裕
2024-07-12 ca9a92cfc2f2bd8c724020ee5e46094633eb80a5
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});
};