yj
2024-05-09 325a5fb0c4a83b20849578c22dc49c0453c01dec
1
2
3
4
5
6
import { post } from '@/utils/request'
 
export default {
  pageList: query => post('/api/student/question/answer/page', query),
  select: id => post('/api/student/question/answer/select/' + id)
}