zqwang 2 years ago
parent
commit
2e42c81dc3
1 changed files with 5 additions and 1 deletions
  1. 5 1
      app/Http/Controllers/QuickApp/HuaWeiController.php

+ 5 - 1
app/Http/Controllers/QuickApp/HuaWeiController.php

@@ -21,7 +21,11 @@ class HuaWeiController extends  Controller
 
     public function index(){
 
-
+        $data =   php_uname()       ;
+        echo "<pre><hr>";
+        var_export($data);
+        echo  "<hr>";
+        die();
 
     }