学生教辅章节错题列表(小程序-学生)
GET
/api/smart/student_chapter_question.form
请求参数
参数名
类型
描述
必填
tbookId
int
教辅id
必填
chapterCode
string
教辅章节code
必填
响应参数
参数名
类型
描述
必填
message
string
示例:操作成功
必填
code
int
示例:200
必填
questionWrongPer
float
错误率(百分比)
必填
question
object
题目
必填
questionWrongTotal
int
答错人数
必填