校验试卷题目数量
POST
/webtenant/preparationExams/examPaper/validPaperQuestionCount请求参数
Body 参数application/json
chapterArray
array[integer <int64>]
章节ID数组
chapterIds
string
可选
paperPartList
array[object (试卷部分校验参数) {1}]
试卷部分list
questionRuleList
array[object (试卷题目校验参数) {3}]
可选
试卷题目规则list
textbookId
integer <int64>
教材ID
示例
{
"chapterArray": [
0
],
"chapterIds": "string",
"paperPartList": [
{
"questionRuleList": [
{
"questionCount": 1,
"questionDifficulty": 0,
"questionType": 0
}
]
}
],
"textbookId": 0
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
object
可选
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": {},
"msg": "string",
"traceId": "string"
}
最后修改时间: 11 小时前