文档
测试

获取某个课程下面的测试题

GET
http://localhost:8076/clientapi/course/getsamecourserequest?count=20

请求头

参数名
类型
描述
必填
token
string
示例:80369fe931336a3aa55631a679fc8dbd
必填

请求参数

参数名
类型
描述
必填
count
int
返回数量
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
dataList
array
数据列表
必填
id
int
示例:2702
必填
paperid
int
示例:87
必填
requestionid
int
示例:759
必填
createdAt
string
示例:2021-01-31T00:37:18.000Z
必填
updatedAt
string
示例:2021-01-31T00:37:18.000Z
必填
yibei_requestion_const
object
试题信息
必填
id
int
示例:759
必填
title
string
示例:Pathology Chapter 8 Question 1
必填
category
int
示例:0
必填
typestring
string
示例:Pathology
必填
content
string
示例:Which of the following is fungal infection?
必填
sort
int
示例:755
必填
status
int
示例:1
必填
createdAt
string
示例:2021-01-28T14:25:34.000Z
必填
updatedAt
string
示例:2021-01-28T14:25:34.000Z
必填
yibei_requestion_const_option
array
试题选项
必填
id
int
示例:15314
必填
requestid
int
示例:759
必填
title
string
示例:Impetigo
必填
content
string
示例:Impetigo
必填
iscorrectoption
int
示例:0
必填
sort
int
示例:1
必填
createdAt
string
示例:2021-01-28T14:25:34.000Z
必填
updatedAt
string
示例:2021-01-28T14:25:34.000Z
必填