|
...
|
...
|
@@ -58,7 +58,7 @@ class ImageController extends Controller |
|
|
|
$this->config = config('filesystems.disks.upload');
|
|
|
|
$this->uploads = config('upload.default_image');
|
|
|
|
//上传路径设置
|
|
|
|
var_dump(1111);
|
|
|
|
var_dump($this->param['image_type']);
|
|
|
|
if(!isset($this->param['image_type'])){
|
|
|
|
return response(['code'=>Code::USER_LOGIN_ERROE,'msg'=>'当前用户未登录']);
|
|
|
|
}
|
...
|
...
|
|