改进 汇报

This commit is contained in:
iVampireSP.com 2023-02-08 13:57:10 +08:00
parent 04747c3905
commit e0cdb3d45f
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -49,7 +49,7 @@ public function handle(Request $request, Closure $next): Response|RedirectRespon
'status' => $response->status(),
'path' => $path,
// 'headers' => $response->headers->all(),
'content' => $response->getContent(),
// 'content' => $response->getContent(),
'user' => $request->user(),
'time' => round(($end - $start) * 1000),
]);