获取素材包列表
GET
https://micro-gfyx-api.b2btst.com/v1/spyx/video-assistant/marketing-plan/get-material-package-list
最后修改时间:2024-07-30 06:06:26
责任人:未设置
请求参数
Query 参数
page
integer
可选
page_size
integer
可选
keyword
string
标题模糊搜索
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object
必需
total
integer
必需
items
array [object {6}]
必需
示例
{
"success": true,
"error_code": 0,
"message": "string",
"data": {
"total": 10,
"items": [
{
"id": "abcdefghijklmnopqrstuvwxyz",
"use_for": "1234567890",
"title": "abcdefghijklmnopqrstuvwxyz",
"description": "abcdefghijklmnopqrstuvwxyz",
"project_id": "abcdefghijklmnopqrstuvwxyz",
"material_count": 10
}
]
}
}
修改于 2024-07-30 06:06:26