ZhangXianQiang
2024-07-04 a35ce892b65c708a4540556b098bb1d90a3b613d
1
2
3
4
5
import service from "@/api";
 
export const getFileList = () => {
  return service.get('/api/student/education/resource/page');
};