yj
2024-05-09 325a5fb0c4a83b20849578c22dc49c0453c01dec
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)
}