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