feat : oss

This commit is contained in:
2024-11-12 11:17:33 +08:00
parent 86b94d168c
commit 91c58254aa

View File

@@ -39,6 +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()),
default => null,
};