视频列表接口
GET
https://micro-gfyx-api.b2btst.com/v1/cloud-shop/content/video-list
最后修改时间:2024-05-09 06:41:10
责任人:翁果
请求参数
Query 参数
page
integer
页码,默认为1
示例值:
1
page_size
integer
页大小,默认为20
示例值:
20
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object
必需
total
integer
必需
list
array [object {12}]
必需
示例
{
"success": true,
"error_code": 0,
"message": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"title": "string",
"video": {
"file_id": 0,
"file_name": "string",
"file_url": "string"
},
"index_picture": {
"file_id": 0,
"file_name": "string",
"file_url": "string"
},
"share_picture": {
"file_id": 0,
"file_name": "string",
"file_url": "string"
},
"share_remark": "string",
"created_on": "string",
"created_username": "string",
"created_by": 0,
"updated_on": "string",
"updated_username": "string",
"updated_by": 0
}
]
}
}
修改于 2024-05-09 06:41:10