重新实现filesystem模块,升级到最新版本;

This commit is contained in:
2023-09-19 15:21:40 +08:00
parent 9e2aa46cea
commit 37bbd99861
11 changed files with 562 additions and 127 deletions

View File

@@ -69,6 +69,7 @@ class Ajax extends AdminController
$result = $upload_service->save($data['file']);
} catch (\Exception $e) {
throw $e;
$this->error($e->getMessage());
}