Explorar el Código

都市俏房客针对华为用户下架

zqwang hace 2 años
padre
commit
cebd307fc8
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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();
 
     }