diff --git a/app/Service/Common/OssCallbackService.php b/app/Service/Common/OssCallbackService.php index 0932d85..ef60020 100644 --- a/app/Service/Common/OssCallbackService.php +++ b/app/Service/Common/OssCallbackService.php @@ -128,9 +128,12 @@ class OssCallbackService */ public function process(): array { + //记录回调内容 + $this->filePutContents(); + + return $this->adminReturn->success('上传成功'); try { - //记录回调内容 - $this->filePutContents(); + //检测直传type $this->checkType();