文档
测试

教辅章节列表

GET
/api/smart/tbook_chapters.form

请求参数

参数名
类型
描述
必填
tbookId
int
教材章节
必填

响应参数

参数名
类型
描述
必填
message
string
示例:操作成功
必填
code
int
示例:200
必填
body
object
数据字典
必填
units
array
教材章节列表
必填
name
string
示例:第一章节
必填
id
int
示例:384349
必填
children
array
数据列表
必填
name
string
示例:第一章节(第一小节)
必填
id
int
示例:384350
必填
children
array
数据列表
必填
code
string
章节code
必填
serialnumber
int
示例:200
必填
schoolbookCode
string
示例:21011601016696
必填
isLeaf
boolean
示例:true
必填
method
object
示例:null
必填
asc
boolean
示例:true
必填
pageNumber
int
示例:1
必填
orderBy
object
示例:null
必填
code
string
示例:01
必填
serialnumber
int
示例:100
必填
schoolbookCode
string
示例:21011601016696
必填
isLeaf
boolean
示例:false
必填
method
object
示例:null
必填
asc
boolean
示例:true
必填
pageNumber
int
示例:1
必填
orderBy
object
示例:null
必填
tbook
object
教材
必填
schoolbookCode
string
教材code
必填
name
string
示例:六年级语文教辅训练
必填
tbookId
int
教材Id
必填
chapterChecks
array
章节是否批改
必填
code
string
章节code
必填
status
int
0:未批改;1-批改中;2-完成批改
必填