qirong
2023-06-07 9cf1706b6e10b7684d92145995b9522b7b4642e2
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)
}