yj
2024-05-08 d8fc3ec09f864dc336b649f66a2c62345da12629
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)
}