阳洁
2024-02-22 ec488901a1f6cfc829c082b062fb641531588037
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)
}