diff --git a/app/Console/Commands/VehicleEntryAndExit.php b/app/Console/Commands/VehicleEntryAndExit.php index 5e0a3dc..b8a6d8d 100644 --- a/app/Console/Commands/VehicleEntryAndExit.php +++ b/app/Console/Commands/VehicleEntryAndExit.php @@ -56,7 +56,6 @@ class VehicleEntryAndExit extends Command 'confidenceLevel' => $confidenceLevel, 'date_time' => $date_time, ]; - dd($data); } // 返回告诉设备状态情况 CameraApiService::query()->putCameraPlateNoBody(['list' => $data]);