yj
2024-07-19 5e4bed2d67b26eeb7eab4d176bfabe3f527836e4
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)
}