阳洁
2024-02-29 36ee391002b46deca205c3c9cdf63de5f8a0861e
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)
}