知会鸟


获取视频列表

<p><strong>请求URI:</strong></p> <ul> <li><code>/users-api/video</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET <code>AUTH</code></li> </ul> <p><strong>说明:</strong></p> <ul> <li>创建顺序倒序返回</li> </ul> <p><strong>返回示例:</strong></p> <pre><code>{     &amp;quot;msg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;id&amp;quot;: 3,//视频自增id(即video_id)             &amp;quot;users_uniqueid&amp;quot;: &amp;quot;n6mbo00lqb0d0djwg4dx5bnuc3npmgqr&amp;quot;,             &amp;quot;title&amp;quot;: &amp;quot;测试视频1&amp;quot;,//标题             &amp;quot;media_url&amp;quot;: &amp;quot;https://www.baidu.com&amp;quot;,//资源地址             &amp;quot;intro&amp;quot;: &amp;quot;1111&amp;quot;,//简介 &amp;quot;enable_status&amp;quot;: 1,//1=正常,2=用户下架,3=系统下架             &amp;quot;create_datetime&amp;quot;: &amp;quot;2024-04-08 14:52:31&amp;quot;,             &amp;quot;update_datetime&amp;quot;: &amp;quot;2024-04-08 14:52:31&amp;quot;         }     ],     &amp;quot;code&amp;quot;: 0 }</code></pre>

页面列表

ITEM_HTML