From 7a47090242b55e8db76a519ac678b132c9aaec57 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Fri, 14 Aug 2026 11:09:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E8=BD=A6=E7=89=8C=E8=AF=86?= =?UTF-8?q?=E5=88=AB=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/VehicleEntryAndExit.php | 1 - 1 file changed, 1 deletion(-) 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]);