改进 汇报
This commit is contained in:
parent
04747c3905
commit
e0cdb3d45f
@ -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),
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user