linzhijie
2021-07-05 0c83eca761b1dc62ffe679c06df695737a17c0ca
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)
}