文档
测试

分页获取易错题库

GET
http://localhost:8076/api/requestion/geterrorrespagelist?pageindex=1&pagesize=10

请求参数

参数名
类型
描述
必填
pageindex
int
示例:1
必填
pagesize
int
示例:10
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
data
array
数据列表
必填
requestid
int
试题id
必填
rescount
int
错误次数
必填
id
int
示例:2636
必填
title
string
标题
必填
typestring
string
难度
必填
category
int
类型 0:单选 1:多选 2:判断
必填
content
string
试题内容
必填
sort
int
排序
必填
status
int
状态 0:禁用 1:启用
必填