正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -54,6 +54,8 @@ class ImageController extends Controller | @@ -54,6 +54,8 @@ class ImageController extends Controller | ||
| 54 | if(!isset($this->token) || empty($this->cache)){ | 54 | if(!isset($this->token) || empty($this->cache)){ |
| 55 | return response(['code'=>Code::USER_LOGIN_ERROE,'msg'=>'当前用户未登录']); | 55 | return response(['code'=>Code::USER_LOGIN_ERROE,'msg'=>'当前用户未登录']); |
| 56 | } | 56 | } |
| 57 | + var_dump(1111); | ||
| 58 | + die(); | ||
| 57 | $this->param = $this->request->all(); | 59 | $this->param = $this->request->all(); |
| 58 | $this->config = config('filesystems.disks.upload'); | 60 | $this->config = config('filesystems.disks.upload'); |
| 59 | $this->uploads = config('upload.default_image'); | 61 | $this->uploads = config('upload.default_image'); |
-
请 注册 或 登录 后发表评论