华为数字人


3 数字人视频-列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查看视频列表信息</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:8000/api/digitalhumanvideo</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> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>页码</td> </tr> <tr> <td style="text-align: left;">limit</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>每页数量总数1-100</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;result&amp;quot;: true,     &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;current_page&amp;quot;: 1,         &amp;quot;data&amp;quot;: [             {                 &amp;quot;v1_partner_id&amp;quot;: 0,                 &amp;quot;v7_partner_users_id&amp;quot;: 0,                 &amp;quot;name&amp;quot;: &amp;quot;招聘司机&amp;quot;,                 &amp;quot;cover_url&amp;quot;: null,                 &amp;quot;asset_id&amp;quot;: &amp;quot;779852247d04415ea6ef10df242f5263&amp;quot;,                 &amp;quot;asset_type&amp;quot;: &amp;quot;VIDEO&amp;quot;,                 &amp;quot;add_time&amp;quot;: &amp;quot;2025-04-23 19:28:28&amp;quot;,                 &amp;quot;zhixiaojin&amp;quot;: 3,                 &amp;quot;video_count&amp;quot;: 1             }         ],         &amp;quot;first_page_url&amp;quot;: &amp;quot;http://localhost:8000/api/digitalhumanvideo?page=1&amp;quot;,         &amp;quot;from&amp;quot;: 1,         &amp;quot;last_page&amp;quot;: 1,         &amp;quot;last_page_url&amp;quot;: &amp;quot;http://localhost:8000/api/digitalhumanvideo?page=1&amp;quot;,         &amp;quot;links&amp;quot;: [             {                 &amp;quot;url&amp;quot;: null,                 &amp;quot;label&amp;quot;: &amp;quot;&amp;amp;laquo; Previous&amp;quot;,                 &amp;quot;active&amp;quot;: false             },             {                 &amp;quot;url&amp;quot;: &amp;quot;http://localhost:8000/api/digitalhumanvideo?page=1&amp;quot;,                 &amp;quot;label&amp;quot;: &amp;quot;1&amp;quot;,                 &amp;quot;active&amp;quot;: true             },             {                 &amp;quot;url&amp;quot;: null,                 &amp;quot;label&amp;quot;: &amp;quot;Next &amp;amp;raquo;&amp;quot;,                 &amp;quot;active&amp;quot;: false             }         ],         &amp;quot;next_page_url&amp;quot;: null,         &amp;quot;path&amp;quot;: &amp;quot;http://localhost:8000/api/digitalhumanvideo&amp;quot;,         &amp;quot;per_page&amp;quot;: 10,         &amp;quot;prev_page_url&amp;quot;: null,         &amp;quot;to&amp;quot;: 1,         &amp;quot;total&amp;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;"></td> <td style="text-align: left;"></td> <td></td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML