后台管理IM通信


文件回收列表

<h5>请求URL</h5> <ul> <li><code>http://xx.com/recycle/fileList</code></li> </ul> <h5>Headers</h5> <ul> <li>token</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;">source</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>1app上传 2后台上传</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;error_code&amp;quot;: 0, &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: 933, //记录ID &amp;quot;type&amp;quot;: 1, //文件类型 1图片,2视频 &amp;quot;file_id&amp;quot;: &amp;quot;F67769F0B12B4DEF85ED88FA1D801F26&amp;quot;,//文件ID &amp;quot;source&amp;quot;: 1,//来源 : 1APP,2管理后台 &amp;quot;power&amp;quot;: 2,//1私有 2公共读 3公共读写 &amp;quot;video_id&amp;quot;: &amp;quot;&amp;quot;, //视频转码唯一标识 &amp;quot;vendor&amp;quot;: 2,//1:七牛云 2:阿里云 3:腾讯云 4:Amazon S3 5:金山云 6:Microsoft Azure 7:谷歌云 8:华为云 9:百度智能云 &amp;quot;task_id&amp;quot;: &amp;quot;&amp;quot;,//智能检测任务ID &amp;quot;user_id&amp;quot;: 110, //上传者ID &amp;quot;status&amp;quot;: 1,//0禁用 1正常 3已删除 &amp;quot;link_url&amp;quot;: &amp;quot;http://uploadpublicbuckets.oss-cn-hangzhou.aliyuncs.com/fileName/20220117/2022011710315361e4d519b622b.png&amp;quot;, //资源链接,图片或视频的链接,根据字段type给对应标签赋值 &amp;quot;created_at&amp;quot;: &amp;quot;2022-01-17 10:31:53&amp;quot;, &amp;quot;updated_at&amp;quot;: &amp;quot;2022-01-17 10:31:53&amp;quot;, &amp;quot;deleted_at&amp;quot;: &amp;quot;2022-01-21 15:01:38&amp;quot;,//删除时间 &amp;quot;operator&amp;quot;: { &amp;quot;id&amp;quot;: 407, &amp;quot;username&amp;quot;: &amp;quot;an&amp;quot;,//操作者昵称 &amp;quot;phone&amp;quot;: &amp;quot;an&amp;quot;//操作者手机 }, &amp;quot;user&amp;quot;: { //上传者 &amp;quot;id&amp;quot;: 110, &amp;quot;username&amp;quot;: &amp;quot;88测试&amp;quot;,//用户昵称 &amp;quot;headimg&amp;quot;: &amp;quot;http://uploadpublicbuckets.oss-cn-hangzhou.aliyuncs.com/fileName/20220117/2022011710315361e4d519b622b.png&amp;quot; } } ], &amp;quot;total&amp;quot;: 5 }</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;">error_code</td> <td style="text-align: left;">int</td> <td>0成功</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">string</td> <td>success</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML