fixed
This commit is contained in:
@@ -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()
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user