上传朋友圈视频
请求参数
| 参数名 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
wechat-token | header | string | 必填 | — |
appId | body | string | 必填 | 设备ID |
thumbUrl | body | string | 必填 | 视频封面图片链接 |
videoUrl | body | string | 必填 | 视频文件链接 |
请求示例
{
"appId": "",
"thumbUrl": "",
"videoUrl": ""
}响应示例
{
"ret": 200,
"msg": "操作成功",
"data": {
"fileUrl": "http://szzjwxsns.video.qq.com/102/20202/snsvideodownload?filekey=30340201010420301e0201660402535a04106e95f9d79588843ac25...(示例已省略)",
"thumbUrl": "http://vweixinthumb.tc.qq.com/150/20250/snsvideodownload?filekey=30340201010420301e020200960402535a0410704de7ebbc107a51a...(示例已省略)",
"fileMd5": "6e95f9d79588843ac259b780f0cbf20f",
"length": 1315979
}
}