feat : city

This commit is contained in:
2024-11-07 17:13:45 +08:00
parent 408475f238
commit 79782dbb4e

View File

@@ -128,9 +128,12 @@ class OssCallbackService
*/
public function process(): array
{
//记录回调内容
$this->filePutContents();
return $this->adminReturn->success('上传成功');
try {
//记录回调内容
$this->filePutContents();
//检测直传type
$this->checkType();