chuweiqiang 1 年間 前
コミット
e6239d26b0
2 ファイル変更2 行追加10 行削除
  1. 1 10
      .idea/workspace.xml
  2. 1 0
      application/api/controller/Video.php

+ 1 - 10
.idea/workspace.xml

@@ -2,16 +2,7 @@
 <project version="4">
   <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/admin/controller/Index.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/admin/controller/Index.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/admin/view/index/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/admin/view/index/index.html" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/api/controller/Article.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Article.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/api/controller/Datum.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Datum.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/api/controller/Video.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Video.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/operate/controller/Forum.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/Forum.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/runtime/log/single.log" beforeDir="false" afterPath="$PROJECT_DIR$/runtime/log/single.log" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/runtime/log/single_sql.log" beforeDir="false" afterPath="$PROJECT_DIR$/runtime/log/single_sql.log" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/runtime/temp/51ac356bd7874e224ee8887fec02136e.php" beforeDir="false" afterPath="$PROJECT_DIR$/runtime/temp/51ac356bd7874e224ee8887fec02136e.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -520,7 +511,7 @@
       <workItem from="1704155172177" duration="9914000" />
       <workItem from="1704241807685" duration="19341000" />
       <workItem from="1704328242887" duration="19054000" />
-      <workItem from="1704415056434" duration="15819000" />
+      <workItem from="1704415056434" duration="16001000" />
     </task>
     <servers />
   </component>

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

@@ -64,6 +64,7 @@ class Video extends Base
         'unreadChange',
         'getMarkNum',
         'getUserVideoDetail', //1.5新增
+        'getVideoDetail', //1.5新增
     ];
 
     public function initialize()