获取教材列表
POST
/api/exam/question/list_book_by_publish.form
接口描述
根据年级id、科目id和教材版本id获取教材列表
请求参数
参数名
类型
描述
必填
subjectId
int
科目id
必填
publishId
int
教材版本id
必填
gradeId
int
年级id
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:操作成功
必填
name
string
示例:统编版语文一年级上册
必填
typeCode
string
示例:01
必填
enabled
boolean
示例:false
必填
subjectId
int
示例:1
必填
publishId
int
示例:93
必填
volumeId
int
示例:1
必填
code
string
示例:0093011101
必填
gradeId
int
示例:11
必填
sectionId
int
示例:1
必填
method
object
示例:null
必填
orderBy
object
示例:null
必填
asc
boolean
示例:true
必填
pageNumber
int
示例:1
必填