zhijie
2023-12-04 887e0b1473e995e8ae55b400d540ccc41efb145a
1
2
3
4
5
6
import { post } from '@/utils/request'
 
export default {
  list: query => post('/api/student/education/subject/list'),
  select: id => post('/api/student/education/subject/select/' + id)
}