Browse Source

testcontroller

任敬轩 2 years ago
parent
commit
6b86942938

BIN
.env.swp


+ 1 - 1
.gitignore

@@ -13,4 +13,4 @@ yarn-error.log
 /public/files
 /public/filedownload
 .idea/workspace.xml
-app/Http/Controllers/TestsController.php
+/app/Http/Controllers/TestsController.php

+ 1 - 1
app/Http/Controllers/TestsController.php

@@ -29,7 +29,7 @@ class TestsController {
     {
         //宁煤洗选重复摄像头
         // $this->xixuan_repeat();
-
+        dd(111111);
         //新接入摄像头接口测试
         $this->new_joggle();
     }

+ 2 - 1
composer.json

@@ -33,7 +33,8 @@
     "config": {
         "optimize-autoloader": true,
         "preferred-install": "dist",
-        "sort-packages": true
+        "sort-packages": true,
+	"platform-check": false
     },
     "extra": {
         "laravel": {

BIN
public/files/返回.png


+ 0 - 0
storage/app/.gitignore


+ 0 - 0
storage/app/public/.gitignore


+ 0 - 0
storage/framework/.gitignore


+ 0 - 0
storage/framework/cache/.gitignore


+ 0 - 0
storage/framework/cache/data/.gitignore


+ 0 - 0
storage/framework/sessions/.gitignore


+ 0 - 0
storage/framework/testing/.gitignore


+ 0 - 0
storage/framework/views/.gitignore


+ 0 - 0
storage/logs/.gitignore