正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
| @@ -55,8 +55,7 @@ class ImageController extends Controller | @@ -55,8 +55,7 @@ class ImageController extends Controller | ||
| 55 | return response(['code'=>Code::USER_LOGIN_ERROE,'msg'=>'当前用户未登录']); | 55 | return response(['code'=>Code::USER_LOGIN_ERROE,'msg'=>'当前用户未登录']); |
| 56 | } | 56 | } |
| 57 | $this->param = $this->request->all(); | 57 | $this->param = $this->request->all(); |
| 58 | - var_dump($this->param); | ||
| 59 | - die(); | 58 | + |
| 60 | if(!isset($this->param['image_type'])){ | 59 | if(!isset($this->param['image_type'])){ |
| 61 | return response(['msg'=>'参数错误']); | 60 | return response(['msg'=>'参数错误']); |
| 62 | } | 61 | } |
-
请 注册 或 登录 后发表评论