84702473
2023-03-13 0733a5e2d4a3785722b62aa2ef6b610b65dd83f9
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)
}