林致杰
2023-05-02 12ba273fcc3686e6ff014ee1ac4cbe932721a941
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)
}