文档
测试

获取章节对应的考试试卷列表

GET
http://localhost:8076/api/course/coursechapterrequestpapaer?coursechapterid=1

请求参数

参数名
类型
描述
必填
coursechapterid
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
dataList
array
章节对应的考试试卷列表
必填
id
int
id
必填
coursechapterid
int
章节id
必填
dcwordspaperid
int
单词试卷id
必填
sort
int
排序
必填
createdAt
string
创建时间
必填
yibei_course_chapter
object
章节信息
必填
title
string
章节标题
必填
yibei_requestion_paper
object
考试试卷信息
必填
title
string
考试试卷名称
必填