wupengfei 2 years ago
parent
commit
b8d277bec5
3 changed files with 1 additions and 19 deletions
  1. 1 1
      .idea/workspace.xml
  2. 0 9
      application/api/controller/Es.php
  3. 0 9
      application/common.php

+ 1 - 1
.idea/workspace.xml

@@ -262,7 +262,7 @@
       <workItem from="1678410737283" duration="21226000" />
       <workItem from="1678495559564" duration="25187000" />
       <workItem from="1678668116151" duration="24851000" />
-      <workItem from="1678754950693" duration="7147000" />
+      <workItem from="1678754950693" duration="7174000" />
     </task>
     <servers />
   </component>

+ 0 - 9
application/api/controller/Es.php

@@ -1,8 +1,6 @@
 <?php
 namespace app\api\controller;
 use app\common\service\Elastic;
-use Elastic\Elasticsearch\ClientBuilder;
-
 class Es extends Base {
     /**
      * @title ES集群数据流列表
@@ -13,13 +11,6 @@ class Es extends Base {
      */
     function test ()
     {
-
-        test();
-        die();
-
-        $es= ClientBuilder::create()->build();
-        var_dump($es);
-        die();
         $list = Elastic::test();
         $this->success('ok',$list['data']);
     }

+ 0 - 9
application/common.php

@@ -1,14 +1,5 @@
 <?php
-use Elastic\Elasticsearch\ClientBuilder;
 use think\Db;
-require_once '../vendor/elasticsearch/elasticsearch/src/ClientBuilder.php';
-
-function test(){
-    $es= ClientBuilder::create()->build();
-    var_dump($es);
-    die();
-}
-
 
 /**
  * 秒转换为天