视频-直接发布视频
请求参数
| 参数名 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
wechat-token | header | string | 必填 | — |
appId | body | string | 必填 | 设备ID |
videoUrl | body | string | 必填 | 视频链接地址 |
thumbUrl | body | string | 必填 | 封面链接地址 |
description | body | string | 必填 | 视频号描述 |
myRoleType | body | integer | — | 自己的roletype,默认为3 |
title | body | string | 必填 | 标题 |
请求示例
{
"appId": "",
"videoUrl": "",
"thumbUrl": "",
"description": "",
"myRoleType": 0,
"title": ""
}响应示例
{
"ret": 200,
"msg": "发布成功"
}