文档
测试

分页获取试卷列表

GET
http://localhost:8076/api/requestion/getrequestionpaperpagelist

请求参数

参数名
类型
描述
必填
title
string
标题
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
data
object
数据字典
必填
count
int
总数
必填
rows
array
数据列表
必填
id
int
试卷id
必填
title
string
标题
必填
description
string
介绍
必填
qualifiedproportion
float
合格比例 0.9代表90%正确
必填
isrepeattest
int
是否可以重复测试 1:是 0:否
必填
sort
int
排序
必填
createdAt
string
添加时间
必填