素材详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取单个合成视频素材详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/video/getStuff</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">integer</td>
<td>素材id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "",
"data": {
"combineData": {
"id": 3418,
"title": "献给未婚,已婚,已离,单身的女性,都好好看看!",
"cover": "https://heywood-album.oss-cn-shanghai.aliyuncs.com/album/ca6fd4d8286c783628da601d84c88305.jpg",
"packList": "[{}]",
"musicName": null,
"musicUrl": null,
"musicBeginSecond": 0,
"musicEndSecond": 60,
"combineType": 5,
"voiceVolume": null,
},
"title": "献给未婚,已婚,已离,单身的女性,都好好看看!",
"tags": [],
"is_effective": null,
"article_channel": {
"id": 0
},
"watermark_id": 0,
"water_mark": "{"path":12,"topLeftX":190,"topLeftY":126,"bottomRightX":290,"bottomRightY":226}",
"vod_tail_id": 0,
"list_vedio_type": 0,
"article_column": {
"id": 0
},
"background_music": "",
"article_type": 0,
"video_direction": 0,
"video_path": "",
"image_list": {
"index_thumb": "",
"recommend_thumb": "",
"share_thumb": "",
"background_thumb": ""
},
"content": {
"htmlData": "",
"wxData": [],
"video_path": ""
}
},
"code": 1,
"state": true
}</code></pre>