更新http

This commit is contained in:
mkm 2024-03-01 10:39:37 +08:00
parent e4deab46b4
commit f43e64f40f

View File

@ -24,6 +24,7 @@ use think\exception\ValidateException;
use think\Response;
use Throwable;
use Exception;
use think\facade\Request;
/**
* 应用异常处理类
@ -56,6 +57,7 @@ class ExceptionHandle extends Handle
'line' => $exception->getLine(),
'message' => $this->getMessage($exception),
'code' => $this->getCode($exception),
'http' =>Request::url()
];
$log = "[{$data['code']}]{$data['message']}[{$data['file']}:{$data['line']}]";
if ($this->app->config->get('log.record_trace')) {