作者 lyh

gx

... ... @@ -54,6 +54,8 @@ class ImageController extends Controller
if(!isset($this->token) || empty($this->cache)){
return response(['code'=>Code::USER_LOGIN_ERROE,'msg'=>'当前用户未登录']);
}
var_dump(1111);
die();
$this->param = $this->request->all();
$this->config = config('filesystems.disks.upload');
$this->uploads = config('upload.default_image');
... ...