1 数字人-列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>数字人列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li>本地环境 <code>http://localhost:8000/api/digitalhuman</code></li>
<li>测试环境 <code>https://dctapi.chinalao.com/api/digitalhuman</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">partnerid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>企业id</td>
</tr>
<tr>
<td style="text-align: left;">partneruserid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>企业用户id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;result&quot;: true,
&quot;msg&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;current_page&quot;: 1,
&quot;data&quot;: [
{
&quot;v1_partner_id&quot;: 1,
&quot;v7_partner_users_id&quot;: 402,
&quot;name&quot;: &quot;亚亚&quot;,
&quot;cover_url&quot;: &quot;https://metastudio.obs.cn-north-4.myhuaweicloud.com:443/b9572b3f03114670bbc0d1ecbca57040/0dc2dda9f4b488983909dd2a813b1d72/4c78a0c59d6a8a04fb391529d2e9f906.png?AWSAccessKeyId=HST3FCL0F86GRA55034S&amp;Expires=1745532200&amp;response-content-disposition=attachment%3&quot;,
&quot;asset_id&quot;: &quot;0dc2dda9f4b488983909dd2a813b1d72&quot;,
&quot;asset_type&quot;: &quot;HUMAN_MODEL_2D&quot;,
&quot;add_time&quot;: &quot;2025-04-24 09:07:55&quot;
}
],
&quot;first_page_url&quot;: &quot;http://localhost:8000/api/digitalhuman?page=1&quot;,
&quot;from&quot;: 1,
&quot;last_page&quot;: 1,
&quot;last_page_url&quot;: &quot;http://localhost:8000/api/digitalhuman?page=1&quot;,
&quot;links&quot;: [
{
&quot;url&quot;: null,
&quot;label&quot;: &quot;&amp;laquo; Previous&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://localhost:8000/api/digitalhuman?page=1&quot;,
&quot;label&quot;: &quot;1&quot;,
&quot;active&quot;: true
},
{
&quot;url&quot;: null,
&quot;label&quot;: &quot;Next &amp;raquo;&quot;,
&quot;active&quot;: false
}
],
&quot;next_page_url&quot;: null,
&quot;path&quot;: &quot;http://localhost:8000/api/digitalhuman&quot;,
&quot;per_page&quot;: 100,
&quot;prev_page_url&quot;: null,
&quot;to&quot;: 1,
&quot;total&quot;: 1
}
}</code></pre>
<h5>返回参数说明</h5>
<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;">asset_id</td>
<td style="text-align: left;">string</td>
<td>唯一ID</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td>主播名称</td>
</tr>
<tr>
<td style="text-align: left;">cover_url</td>
<td style="text-align: left;">string</td>
<td>封面图片地址</td>
</tr>
<tr>
<td style="text-align: left;">asset_type</td>
<td style="text-align: left;">string</td>
<td>数据类型</td>
</tr>
<tr>
<td style="text-align: left;">add_time</td>
<td style="text-align: left;">string</td>
<td>创建时间</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>mysql预制数字人
<pre><code>INSERT INTO `v32_video_list` VALUES (8, NULL, NULL, 1, 402, &#039;2025-04-24 09:07:55&#039;, NULL, NULL, NULL, 2, 1, &#039;亚亚&#039;, NULL, &#039;https://metastudio.obs.cn-north-4.myhuaweicloud.com:443/b9572b3f03114670bbc0d1ecbca57040/0dc2dda9f4b488983909dd2a813b1d72/4c78a0c59d6a8a04fb391529d2e9f906.png?AWSAccessKeyId=HST3FCL0F86GRA55034S&amp;Expires=1745532200&amp;response-content-disposition=attachment%3&#039;, &#039;0dc2dda9f4b488983909dd2a813b1d72&#039;, NULL, NULL, &#039;HUMAN_MODEL_2D&#039;, &#039;ACTIVED&#039;, NULL, NULL);</code></pre></li>
</ul>