保存视频接口
POST
https://micro-gfyx-api.b2btst.com/v1/cloud-shop/content/video-save
最后修改时间:2024-05-09 06:41:08
责任人:翁果
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Body 参数application/json
id
integer
视频id
title
string
标题
video_file_id
integer
视频的文件id
index_file_id
integer
封面图片的文件id
share_file_id
integer
分享图片的文件id
share_remark
string
分享文案
示例
{
"id": 0,
"title": "string",
"video_file_id": 0,
"index_file_id": 0,
"share_file_id": 0,
"share_remark": "string"
}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object | null
必需
id
integer
案例id
示例
{
"success": true,
"error_code": 0,
"message": "操作成功",
"data": {
"id": 1
}
}
修改于 2024-05-09 06:41:08