From 79782dbb4e09f630deda08503826a7b812e87a8b Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Thu, 7 Nov 2024 17:13:45 +0800 Subject: [PATCH] feat : city --- app/Service/Common/OssCallbackService.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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();