查询练习列表
GET
/webtenant/preparationExams/practice/list请求参数
Query 参数
classifyDictId
integer <int32>
二级分类id
classifyId
integer <int32>
科目id
numPhone
string
可选
params
可选
practiceName
string
可选
practiceStatus
integer <int32>
可选
practiceType
integer <int32>
可选
练习类型 1章节练习 2每日一练 3真题试卷 4模拟试卷
studentId
integer <int64>
可选
studentName
string
可选
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
dataMap
object
可选
msg
string
可选
rows
array [object]
可选
total
integer <int64>
可选
traceId
string
可选
示例
{
"code": 0,
"dataMap": {},
"msg": "string",
"rows": [
{}
],
"total": 0,
"traceId": "string"
}
最后修改时间: 11 小时前