linzhijie
2021-07-15 505d269f4d2fbae736ab88fefb8f6d7f41dadff8
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)
}