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

搜索注释优化

@@ -85,8 +85,7 @@ class Index extends Api @@ -85,8 +85,7 @@ class Index extends Api
85 "msg": "成功", 85 "msg": "成功",
86 "time": "1571492001", 86 "time": "1571492001",
87 "data": { 87 "data": {
88 - "times": //时间,  
89 - "info": [ 88 + "folder"文件夹: [
90 { 89 {
91 "id": //文件夹id, 90 "id": //文件夹id,
92 "url": //分享地址 91 "url": //分享地址
@@ -98,7 +97,68 @@ class Index extends Api @@ -98,7 +97,68 @@ class Index extends Api
98 "is_have": //是否有转存文件1有2没有 97 "is_have": //是否有转存文件1有2没有
99 "nowtime": //文件创建时间 98 "nowtime": //文件创建时间
100 } 99 }
101 - ] 100 + ],
  101 + "note"笔记: [
  102 + {
  103 + "id": 245,
  104 + "user_id": 3,
  105 + "type": 1,
  106 + "name": //文件名称,
  107 + "share_url": //文件分享地址,
  108 + "images": //图片地址,
  109 + "video": //视频地址,
  110 + "content": //笔记内容,
  111 + "is_open": //是否公开1公开2私密
  112 + "is_up": //1上架2下架
  113 + "createtime": "08-24",
  114 + "is_white": //是否白名单 1是2否,
  115 + "is_real": //是否是自己的 1是2否,
  116 + "is_zhuan": //是否是转存的 1是2否,
  117 + "nowtime": "2020-08-24",
  118 + "video_image": ""
  119 + }
  120 + ],
  121 + "pic"图片: [
  122 + {
  123 + "id": 217,
  124 + "user_id": 3,
  125 + "type": 2,
  126 + "name": //文件名称,
  127 + "share_url": //文件分享地址,
  128 + "images": //图片地址,
  129 + "video": //视频地址,
  130 + "content": //笔记内容,
  131 + "is_open": //是否公开1公开2私密
  132 + "is_up": //1上架2下架
  133 + "createtime": "08-21",
  134 + "is_white": //是否白名单 1是2否,
  135 + "is_real": //是否是自己的 1是2否,
  136 + "is_zhuan": //是否是转存的 1是2否,
  137 + "nowtime": "2020-08-21",
  138 + "video_image": ""
  139 + },
  140 + ],
  141 + "video"视频: [
  142 + {
  143 + "id": 209,
  144 + "user_id": 3,
  145 + "type": 3,
  146 + "name": //文件名称,
  147 + "share_url": //文件分享地址,
  148 + "images": //图片地址,
  149 + "video": //视频地址,
  150 + "content": //笔记内容,
  151 + "is_open": //是否公开1公开2私密
  152 + "is_up": //1上架2下架
  153 + "createtime": "08-21",
  154 + "is_white": //是否白名单 1是2否,
  155 + "is_real": //是否是自己的 1是2否,
  156 + "is_zhuan": //是否是转存的 1是2否,
  157 + "nowtime": "2020-08-21",
  158 + "video_image": "http://cloud.caiyunpan.brotop.cn/uploads/20200821/6c74f9bd1c5448fe1bdc340f2adb7f6f.mp4?vframe/jpg/offset/1/w/640/h/1136",
  159 + "video_image": //视频首帧图
  160 + },
  161 + ],
102 } 162 }
103 }) 163 })
104 */ 164 */
@@ -7591,8 +7591,7 @@ @@ -7591,8 +7591,7 @@
7591 "msg": "成功", 7591 "msg": "成功",
7592 "time": "1571492001", 7592 "time": "1571492001",
7593 "data": { 7593 "data": {
7594 - "times": //时间,  
7595 - "info": [ 7594 + "folder"文件夹: [
7596 { 7595 {
7597 "id": //文件夹id, 7596 "id": //文件夹id,
7598 "url": //分享地址 7597 "url": //分享地址
@@ -7604,7 +7603,68 @@ @@ -7604,7 +7603,68 @@
7604 "is_have": //是否有转存文件1有2没有 7603 "is_have": //是否有转存文件1有2没有
7605 "nowtime": //文件创建时间 7604 "nowtime": //文件创建时间
7606 } 7605 }
7607 - ] 7606 + ],
  7607 + "note"笔记: [
  7608 + {
  7609 + "id": 245,
  7610 + "user_id": 3,
  7611 + "type": 1,
  7612 + "name": //文件名称,
  7613 + "share_url": //文件分享地址,
  7614 + "images": //图片地址,
  7615 + "video": //视频地址,
  7616 + "content": //笔记内容,
  7617 + "is_open": //是否公开1公开2私密
  7618 + "is_up": //1上架2下架
  7619 + "createtime": "08-24",
  7620 + "is_white": //是否白名单 1是2否,
  7621 + "is_real": //是否是自己的 1是2否,
  7622 + "is_zhuan": //是否是转存的 1是2否,
  7623 + "nowtime": "2020-08-24",
  7624 + "video_image": ""
  7625 + }
  7626 + ],
  7627 + "pic"图片: [
  7628 + {
  7629 + "id": 217,
  7630 + "user_id": 3,
  7631 + "type": 2,
  7632 + "name": //文件名称,
  7633 + "share_url": //文件分享地址,
  7634 + "images": //图片地址,
  7635 + "video": //视频地址,
  7636 + "content": //笔记内容,
  7637 + "is_open": //是否公开1公开2私密
  7638 + "is_up": //1上架2下架
  7639 + "createtime": "08-21",
  7640 + "is_white": //是否白名单 1是2否,
  7641 + "is_real": //是否是自己的 1是2否,
  7642 + "is_zhuan": //是否是转存的 1是2否,
  7643 + "nowtime": "2020-08-21",
  7644 + "video_image": ""
  7645 + },
  7646 + ],
  7647 + "video"视频: [
  7648 + {
  7649 + "id": 209,
  7650 + "user_id": 3,
  7651 + "type": 3,
  7652 + "name": //文件名称,
  7653 + "share_url": //文件分享地址,
  7654 + "images": //图片地址,
  7655 + "video": //视频地址,
  7656 + "content": //笔记内容,
  7657 + "is_open": //是否公开1公开2私密
  7658 + "is_up": //1上架2下架
  7659 + "createtime": "08-21",
  7660 + "is_white": //是否白名单 1是2否,
  7661 + "is_real": //是否是自己的 1是2否,
  7662 + "is_zhuan": //是否是转存的 1是2否,
  7663 + "nowtime": "2020-08-21",
  7664 + "video_image": "http://cloud.caiyunpan.brotop.cn/uploads/20200821/6c74f9bd1c5448fe1bdc340f2adb7f6f.mp4?vframe/jpg/offset/1/w/640/h/1136",
  7665 + "video_image": //视频首帧图
  7666 + },
  7667 + ],
7608 } 7668 }
7609 }</pre> 7669 }</pre>
7610 </div> 7670 </div>
@@ -10347,7 +10407,7 @@ @@ -10347,7 +10407,7 @@
10347 10407
10348 <div class="row mt0 footer"> 10408 <div class="row mt0 footer">
10349 <div class="col-md-6" align="left"> 10409 <div class="col-md-6" align="left">
10350 - Generated on 2020-09-16 11:08:28 </div> 10410 + Generated on 2020-09-16 11:19:24 </div>
10351 <div class="col-md-6" align="right"> 10411 <div class="col-md-6" align="right">
10352 <a href="./" target="_blank">彩云盘</a> 10412 <a href="./" target="_blank">彩云盘</a>
10353 </div> 10413 </div>