作者 Cool
1 个管道 的构建 通过 耗费 1 秒

搜索注释优化

... ... @@ -85,8 +85,7 @@ class Index extends Api
"msg": "成功",
"time": "1571492001",
"data": {
"times": //时间,
"info": [
"folder"文件夹: [
{
"id": //文件夹id,
"url": //分享地址
... ... @@ -98,7 +97,68 @@ class Index extends Api
"is_have": //是否有转存文件1有2没有
"nowtime": //文件创建时间
}
]
],
"note"笔记: [
{
"id": 245,
"user_id": 3,
"type": 1,
"name": //文件名称,
"share_url": //文件分享地址,
"images": //图片地址,
"video": //视频地址,
"content": //笔记内容,
"is_open": //是否公开1公开2私密
"is_up": //1上架2下架
"createtime": "08-24",
"is_white": //是否白名单 1是2否,
"is_real": //是否是自己的 1是2否,
"is_zhuan": //是否是转存的 1是2否,
"nowtime": "2020-08-24",
"video_image": ""
}
],
"pic"图片: [
{
"id": 217,
"user_id": 3,
"type": 2,
"name": //文件名称,
"share_url": //文件分享地址,
"images": //图片地址,
"video": //视频地址,
"content": //笔记内容,
"is_open": //是否公开1公开2私密
"is_up": //1上架2下架
"createtime": "08-21",
"is_white": //是否白名单 1是2否,
"is_real": //是否是自己的 1是2否,
"is_zhuan": //是否是转存的 1是2否,
"nowtime": "2020-08-21",
"video_image": ""
},
],
"video"视频: [
{
"id": 209,
"user_id": 3,
"type": 3,
"name": //文件名称,
"share_url": //文件分享地址,
"images": //图片地址,
"video": //视频地址,
"content": //笔记内容,
"is_open": //是否公开1公开2私密
"is_up": //1上架2下架
"createtime": "08-21",
"is_white": //是否白名单 1是2否,
"is_real": //是否是自己的 1是2否,
"is_zhuan": //是否是转存的 1是2否,
"nowtime": "2020-08-21",
"video_image": "http://cloud.caiyunpan.brotop.cn/uploads/20200821/6c74f9bd1c5448fe1bdc340f2adb7f6f.mp4?vframe/jpg/offset/1/w/640/h/1136",
"video_image": //视频首帧图
},
],
}
})
*/
... ...
... ... @@ -7591,8 +7591,7 @@
"msg": "成功",
"time": "1571492001",
"data": {
"times": //时间,
"info": [
"folder"文件夹: [
{
"id": //文件夹id,
"url": //分享地址
... ... @@ -7604,7 +7603,68 @@
"is_have": //是否有转存文件1有2没有
"nowtime": //文件创建时间
}
]
],
"note"笔记: [
{
"id": 245,
"user_id": 3,
"type": 1,
"name": //文件名称,
"share_url": //文件分享地址,
"images": //图片地址,
"video": //视频地址,
"content": //笔记内容,
"is_open": //是否公开1公开2私密
"is_up": //1上架2下架
"createtime": "08-24",
"is_white": //是否白名单 1是2否,
"is_real": //是否是自己的 1是2否,
"is_zhuan": //是否是转存的 1是2否,
"nowtime": "2020-08-24",
"video_image": ""
}
],
"pic"图片: [
{
"id": 217,
"user_id": 3,
"type": 2,
"name": //文件名称,
"share_url": //文件分享地址,
"images": //图片地址,
"video": //视频地址,
"content": //笔记内容,
"is_open": //是否公开1公开2私密
"is_up": //1上架2下架
"createtime": "08-21",
"is_white": //是否白名单 1是2否,
"is_real": //是否是自己的 1是2否,
"is_zhuan": //是否是转存的 1是2否,
"nowtime": "2020-08-21",
"video_image": ""
},
],
"video"视频: [
{
"id": 209,
"user_id": 3,
"type": 3,
"name": //文件名称,
"share_url": //文件分享地址,
"images": //图片地址,
"video": //视频地址,
"content": //笔记内容,
"is_open": //是否公开1公开2私密
"is_up": //1上架2下架
"createtime": "08-21",
"is_white": //是否白名单 1是2否,
"is_real": //是否是自己的 1是2否,
"is_zhuan": //是否是转存的 1是2否,
"nowtime": "2020-08-21",
"video_image": "http://cloud.caiyunpan.brotop.cn/uploads/20200821/6c74f9bd1c5448fe1bdc340f2adb7f6f.mp4?vframe/jpg/offset/1/w/640/h/1136",
"video_image": //视频首帧图
},
],
}
}</pre>
</div>
... ... @@ -10347,7 +10407,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2020-09-16 11:08:28 </div>
Generated on 2020-09-16 11:19:24 </div>
<div class="col-md-6" align="right">
<a href="./" target="_blank">彩云盘</a>
</div>
... ...