84702473
2023-03-10 a875f73542ac943d13fc90da718286faddaa782e
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)
}