zhijie
2023-12-03 1a399573f626e707c5148dde70243808940a58c3
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)
}