作者 lyh

gx

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