odc.xiaohui
2023-06-14 f92a60d8d628359a787673349a26cccf1cd98e77
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  page: query => post('/api/admin/examPaperAnswer/page', query)
}