文档
测试

获取子列表

GET
/course/reserve/category/children/list

请求参数

参数名
类型
描述
必填
id
分类ID
必填
attribute_id
科目ID
必填
limit
int
每页显示条数,默认显示10条
必填
page
int
当前页,默认第一页
必填

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
msg
string
返回描述
必填
data
array
返回分页数据
必填
total
int
总条数
可选
list
array
返回列表
可选
id
分类id
必填
name
名称
必填
cover
封面图
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": { "total": 7, "list": [ { "id": "78", "code": "rjbjp", "name": "人教版(简谱)", "icon": "", "path": "", "weight": "0", "groupId": "1", "parentId": "64", "description": "", "orgId": "1", "orgCode": "1.", "attribute_id": null, "cover": "", "depth": 3 }, { "id": "82", "code": "xyb", "name": "湘艺版", "icon": "", "path": "", "weight": "0", "groupId": "1", "parentId": "64", "description": "", "orgId": "1", "orgCode": "1.", "attribute_id": null, "cover": "", "depth": 3 } ] } }