文档
测试

章节练习列表

POST
course/class_item_list

请求头

参数名
类型
描述
必填
Authori-zation
必填

请求参数

参数名
类型
描述
必填
class_id
int
章节id
必填
item_type
int
练习类型 1练习 2模拟 3测试
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:ok
必填
data
array
数据列表
必填
id
int
示例:16
必填
item_name
string
示例:第一单元练习
必填
course_id
int
示例:33
必填
class_id
int
示例:39
必填
item_type
int
示例:1
必填
total
string
示例:10.00
必填
pass_fen
string
示例:6.00
必填
all_count
int
示例:4
必填
duration
int
示例:0
必填
is_do
int
示例:0
必填
has_num
int
示例:0
必填

说明 / 示例

{ "status": 200, "msg": "ok", "data": [ { "id": 16, "item_name": "第一单元练习", "course_id": 33, "class_id": 39, "item_type": 1, 类型 1 练习 2 模拟 3 测试 "total": "10.00", 试卷分值 "pass_fen": "6.00", "all_count": 4, 试题数 "duration": 0, "is_do": 0, 是否做过 "has_num": 0 做过的人数 } ] }