完成腾讯云存储接入;

This commit is contained in:
augushong
2022-07-11 22:17:10 +08:00
parent 1a8e8d6716
commit fa89ae8032
2 changed files with 1 additions and 2 deletions

View File

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