You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
删除报错,
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
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
The text was updated successfully, but these errors were encountered: