正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论