dever 4 年之前
父節點
當前提交
b6ed46fa3f
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 3 3
      app/collection/database/type.php
  2. 1 1
      app/content/database/video.php
  3. 1 1
      app/content/database/video_short.php

+ 3 - 3
app/collection/database/type.php

@@ -98,9 +98,9 @@ return array
             '1, "图文内容","content/news",199,1,' . DEVER_TIME,
 
             '10, "普通图片","content/pic",189,1,' . DEVER_TIME,
-            '11, "多张图片","content/pic-list",188,1,' . DEVER_TIME,
+            '11, "多张图片","content/pic-getAll",188,1,' . DEVER_TIME,
             '12, "四宫格图片","content/pic_grid",187,1,' . DEVER_TIME,
-            '13, "多张四宫格","content/pic_grid-list",186,1,' . DEVER_TIME,
+            '13, "多张四宫格","content/pic_grid-getAll",186,1,' . DEVER_TIME,
 
             '20, "单页视频","content/video-getAll",179,1,' . DEVER_TIME,
             '21, "短视频","content/video_short-getAll",177,1,' . DEVER_TIME,
@@ -119,7 +119,7 @@ return array
             '70, "电商产品","content/product",129,1,' . DEVER_TIME,
 
             '80, "直接链接","content/link",119,1,' . DEVER_TIME,
-            '81, "多个链接","content/link-list",118,1,' . DEVER_TIME,
+            '81, "多个链接","content/link-getAll",118,1,' . DEVER_TIME,
             '82, "单页面","content/webview",117,1,' . DEVER_TIME,
         ),
     ),

+ 1 - 1
app/content/database/video.php

@@ -73,7 +73,7 @@ return array
             'default'   => '',
             'desc'      => '上传点播视频',
             'match'     => 'is_string',
-            'update'    => 'upload',
+            'update'    => 'video',
             'key'       => '3',
             'place'     => '150',
             'upload'    => 'yun',

+ 1 - 1
app/content/database/video_short.php

@@ -116,7 +116,7 @@ return array
             'default'   => '',
             'desc'      => '上传点播视频',
             'match'     => 'is_string',
-            'update'    => 'upload',
+            'update'    => 'video',
             'key'       => '5',
             'place'     => '150',
             'upload'    => 'yun',