wupengfei 2 سال پیش
والد
کامیت
a215093c8d

+ 4 - 2
.idea/workspace.xml

@@ -3,7 +3,9 @@
   <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/api/controller/Datum.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Datum.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/api/controller/Es.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Es.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/common/model/VideoUrl.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common/model/VideoUrl.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/public/dist/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/public/dist/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -270,7 +272,7 @@
       <workItem from="1679532313623" duration="31448000" />
       <workItem from="1679619041819" duration="29965000" />
       <workItem from="1679706054685" duration="19035000" />
-      <workItem from="1679878121007" duration="23917000" />
+      <workItem from="1679878121007" duration="25016000" />
     </task>
     <servers />
   </component>

+ 18 - 2
application/api/controller/Es.php

@@ -11,6 +11,8 @@ use app\common\service\Elastic;
 class Es extends Base
 {
 
+
+
     /**
      * @title 验证索引
      * @desc
@@ -25,6 +27,20 @@ class Es extends Base
         $this->success('ok',$res);
     }
 
+
+    public function addTest()
+    {
+        $index = input('index','gaoyixia');
+        $type =  input('type','video');
+        $id = input('id');
+        switch($type) {
+            case "video":
+               $res=  VideoUrl::esAdd($id,[]);
+                break;
+        }
+        $this->success('ok',$res);
+    }
+
     /**
      * @title 创建索引
      * @desc
@@ -34,7 +50,7 @@ class Es extends Base
      */
     public function createIndex()
     {
-         $index = input('index','gaoyixia');
+        $index = input('index','gaoyixia');
         $res = Elastic::createIndex($index);
         $this->success('ok',$res);
     }
@@ -49,7 +65,7 @@ class Es extends Base
      */
     public function delIndex()
     {
-         $index = input('index','gaoyixia');
+        $index = input('index','gaoyixia');
         $res = Elastic::delIndex($index);
         $this->success('ok',$res);
     }

+ 1 - 1
application/common/model/VideoUrl.php

@@ -33,7 +33,7 @@ class VideoUrl extends Model
                 $data[$v] = isset($info[$v]) ? $info[$v]:'';
             }
         }
-        $data['create_at']    = isset($info['create_at'])   ? strtotime($info['create_at']) : time();
+        $data['create_at']    = isset($info['create_at'])   ?  strtotime($info['create_at'])  :  time();
         $data['release_time'] = isset($info['release_time']) ? strtotime($info['release_time']) : time();
         return Elastic::add($index,'video_'.$info['id'],$data);
     }

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
public/dist/css/chunk-116eda8a.1b61bec0.css


BIN
public/dist/img/live_weixin.5b15117f.png


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
public/dist/index.html


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
public/dist/js/app.7a1f9c4c.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
public/dist/js/app.7a1f9c4c.js.map


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
public/dist/js/chunk-116eda8a.60768a57.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
public/dist/js/chunk-116eda8a.60768a57.js.map


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است