林致杰
2023-05-08 45a77fe0c60e45d9d83a7e785b46ec3a828297d3
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)
}