cqp 3 周之前
父節點
當前提交
6fb3deccd7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Middleware/RequestLog.php

+ 1 - 1
app/Http/Middleware/RequestLog.php

@@ -31,7 +31,7 @@ class RequestLog
             $ip = '0.0.0.0';
         }
         $params = $request->all();
-        if($request->path() != 'api/man_device_lf'){
+        if($request->path() != 'api/man_device_lf' || $request->path() != 'api/man_device_hc'){
             Log::channel('request')->info('request', ['param'=>$params,'ip' => $ip,'uri'=>$request->path()]);
         }