wupengfei il y a 2 ans
Parent
commit
1591f0ee31
2 fichiers modifiés avec 7 ajouts et 7 suppressions
  1. 5 6
      .idea/workspace.xml
  2. 2 1
      application/api/controller/Video.php

+ 5 - 6
.idea/workspace.xml

@@ -3,8 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/operate/controller/SupplierGoods.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/SupplierGoods.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/operate/view/supplier_goods/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/supplier_goods/form.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/api/controller/Video.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Video.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -132,6 +131,9 @@
     <property name="settings.editor.selected.configurable" value="reference.idesettings.emmet" />
   </component>
   <component name="RecentsManager">
+    <key name="MoveFile.RECENT_KEYS">
+      <recent name="D:\zs\gaoyixia\application\api\controller" />
+    </key>
     <key name="CopyFile.RECENT_KEYS">
       <recent name="D:\zs\gaoyixia\application\operate\view\forum" />
       <recent name="D:\zs\gaoyixia\application\common\service" />
@@ -139,9 +141,6 @@
       <recent name="D:\zs\gaoyixia\application\user\view\tag" />
       <recent name="D:\zs\gaoyixia\public" />
     </key>
-    <key name="MoveFile.RECENT_KEYS">
-      <recent name="D:\zs\gaoyixia\application\api\controller" />
-    </key>
   </component>
   <component name="SvnConfiguration">
     <configuration />
@@ -204,7 +203,7 @@
       <workItem from="1670633686675" duration="15717000" />
       <workItem from="1670719843429" duration="8446000" />
       <workItem from="1670807412269" duration="9728000" />
-      <workItem from="1671065604459" duration="566000" />
+      <workItem from="1671065604459" duration="817000" />
     </task>
     <servers />
   </component>

+ 2 - 1
application/api/controller/Video.php

@@ -33,7 +33,7 @@ class Video extends Base
         'delUserVideo',
         'videoComment',
         'secondCommend',
-        //'getVideoCommentList',
+        'getVideoCommentList',
         'delComment',
         'videoTags',
         'videoTransmit',
@@ -46,6 +46,7 @@ class Video extends Base
         'getPurchaseVideo',
         'getVideoCollect',
         'getTagsVideo',
+        'getVideoDetail',
     ];
 
     public function initialize()