作者 lyh

gx

@@ -54,8 +54,6 @@ class ImageController extends Controller @@ -54,8 +54,6 @@ class ImageController extends Controller
54 $this->token = $this->request->header('token'); 54 $this->token = $this->request->header('token');
55 $this->cache = Cache::get($this->token); 55 $this->cache = Cache::get($this->token);
56 $this->param = $this->request->all(); 56 $this->param = $this->request->all();
57 - var_dump($this->param);  
58 - die();  
59 $this->config = config('filesystems.disks.upload'); 57 $this->config = config('filesystems.disks.upload');
60 $this->uploads = config('upload.default_image'); 58 $this->uploads = config('upload.default_image');
61 } 59 }