数字人效果视频展示列表
<pre><code class="language-text">数字人-效果视频展示列表</code></pre>
<h4>接口URL</h4>
<p>> /api/v1/ai/avatar/help/preview</p>
<h4>请求方式</h4>
<p>> GET</p>
<h4>请求Query参数</h4>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>参数类型</th>
<th>是否必填</th>
<th>参数描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>cv</td>
<td>1.1.0</td>
<td>String</td>
<td>是</td>
<td>-</td>
</tr>
<tr>
<td>cp</td>
<td>a</td>
<td>String</td>
<td>是</td>
<td>-</td>
</tr>
<tr>
<td>ci</td>
<td>999999</td>
<td>String</td>
<td>是</td>
<td>-</td>
</tr>
<tr>
<td>token</td>
<td>-</td>
<td>String</td>
<td>是</td>
<td>登录令牌</td>
</tr>
<tr>
<td>uid</td>
<td>-</td>
<td>String</td>
<td>是</td>
<td>用户标识</td>
</tr>
<tr>
<td>deviceId</td>
<td>-</td>
<td>string</td>
<td>是</td>
<td>-</td>
</tr>
</tbody>
</table>
<h4>返回参数说明</h4>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>参数类型</th>
<th>是否必填</th>
<th>参数描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>list</td>
<td>-</td>
<td>array</td>
<td>-</td>
<td>数据集</td>
</tr>
</tbody>
</table>
<h4>list 数据集</h4>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>参数类型</th>
<th>是否必填</th>
<th>参数描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>title</td>
<td>-</td>
<td>string</td>
<td>-</td>
<td>标题</td>
</tr>
<tr>
<td>cover</td>
<td>-</td>
<td>string</td>
<td>-</td>
<td>封面地址</td>
</tr>
<tr>
<td>aspectRatio</td>
<td>-</td>
<td>double</td>
<td>-</td>
<td>宽高比</td>
</tr>
<tr>
<td>videoUrl</td>
<td>-</td>
<td>string</td>
<td>-</td>
<td>视频地址</td>
</tr>
<tr>
<td>typeId</td>
<td>-</td>
<td>string</td>
<td>-</td>
<td>类型标识</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;list&quot;: [
{
&quot;title&quot;: &quot;&quot;,
&quot;image&quot;: &quot;https://downhs.huazhuan.ink/yt-admin/tag/FpTi1EH559zhsNElHNxkYosBDAKJ.png&quot;,
&quot;aspectRatio&quot;: 3.5,
&quot;videoUrl&quot;: &quot;https://downhs.huazhuan.ink/yt-admin/tag/ljNMIfptJ2WKvDQGvOqNP3dc6eMu.mp4&quot;,
&quot;typeId&quot;: 10010
},
],
}</code></pre>
<h5>失败返回示例</h5>
<pre><code>{
&quot;code&quot;: 1001,
&quot;reason&quot;: &quot;请求参数错误&quot;,
&quot;extInfo&quot;: null
}</code></pre>