林致杰
2022-05-09 97bc50567901bcc3ea873f84e1958dda3f2b371d
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)
}