yj
2024-05-24 99ce8c363068eb4076b4f7e9c4d505cc37eb3f78
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)
}