feat : oss

This commit is contained in:
2024-11-12 11:17:43 +08:00
parent 91c58254aa
commit 9823cf4ee4

View File

@@ -39,7 +39,7 @@ class ErrExceptionHandler extends ExceptionHandler
$result = match ($urlArr[0]) {
'api' => $this->apiReturn->error($throwable->getMessage(),$throwable->getCode()),
'admin' => $this->adminReturn->error($throwable->getMessage(),$throwable->getCode()),
'error' => $this->adminReturn->error($throwable->getMessage(),$throwable->getCode()),
'common' => $this->adminReturn->error($throwable->getMessage(),$throwable->getCode()),
default => null,
};