zgldh / qiniu-laravel-storage

Qiniu 云储存 Laravel 5 Storage版

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

put无法上传

born1994 opened this issue · comments

php 7.4.9 laravel8

$file = $this->file();

$name = 'Addon/Quiz/'.strtoupper($file->getClientOriginalExtension()).date('YmdHis',time()).'/logo.'.$file->getClientOriginalExtension();

$result = $disk->put($name, $file);
result一直是false

commented

试试 v0.10.3

删除报错,
message: Argument 1 passed to zgldh\QiniuStorage\QiniuAdapter::logQiniuError() must be an instance of Qiniu\Http\Error, array given, called in E:\Composer\dcat\vendor\zgldh\qiniu-laravel-storage\src\QiniuAdapter.php on line 341