This commit is contained in:
2024-07-12 18:34:46 +08:00
parent 7014830fd9
commit 9d3a475c6f

View File

@@ -29,7 +29,7 @@ class SystemException extends Handle
Tools::log_to_write_txt([
'error'=>'系统错误.'.$e->getMessage(),
'input'=>\think\facade\Request::input(),
'input'=>input(),
'error_info'=>$e->getTraceAsString()
]);