阳洁
2024-02-01 c69c4f72ce65388f0d8387c5ab67841377f53b7a
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)
}