From d6696619893e0b8681247dc4c56493241873d2c1 Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Mon, 11 Nov 2024 10:10:59 +0800 Subject: [PATCH] feat : oss --- app/Service/Common/OssCallbackService.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/Service/Common/OssCallbackService.php b/app/Service/Common/OssCallbackService.php index ef60020..0932d85 100644 --- a/app/Service/Common/OssCallbackService.php +++ b/app/Service/Common/OssCallbackService.php @@ -128,12 +128,9 @@ class OssCallbackService */ public function process(): array { - //记录回调内容 - $this->filePutContents(); - - return $this->adminReturn->success('上传成功'); try { - + //记录回调内容 + $this->filePutContents(); //检测直传type $this->checkType();