素材分组列表
开发中GET
/open-api/material_library/group/list请求参数
Query 参数
key_word
string
关键词
mtype
string
素材类型
group_id
integer
父分组ID
include_children
boolean
可选
是否返回子分组 默认值0
示例值:
1/0
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
group_list
array [object {10}]
分组列表
children_list
array[string]
子分组
department_list
array[string]
可见部门列表
edit_pri
string
可选
has_children
boolean
可选
id
integer
分组id
matched_kw
null
可选
material_count
integer
分组素材总数
name
string
分组名
pid
integer
可选
父分组id,为0则没有
sort
integer
可选
include_children
boolean
必需
material_total_count
integer
素材总数
status_code
integer
必需
status_message
string
必需
success
boolean
必需
total_count
integer
总分组数
示例
{
"group_list": [
{
"children_list": [],
"department_list": [
"0"
],
"edit_pri": "admin",
"has_children": false,
"id": 100930020,
"matched_kw": null,
"material_count": 13,
"name": "我是分组103啊",
"pid": 0,
"sort": 10
}
],
"include_children": false,
"material_total_count": 149,
"status_code": 200,
"status_message": "ok",
"success": true,
"total_count": 11
}
最后修改时间: 21 天前