Browse Source

返回车牌识别率

master
wanghongjun 1 month ago
parent
commit
7a47090242
  1. 1
      app/Console/Commands/VehicleEntryAndExit.php

1
app/Console/Commands/VehicleEntryAndExit.php

@ -56,7 +56,6 @@ class VehicleEntryAndExit extends Command
'confidenceLevel' => $confidenceLevel, 'confidenceLevel' => $confidenceLevel,
'date_time' => $date_time, 'date_time' => $date_time,
]; ];
dd($data);
} }
// 返回告诉设备状态情况 // 返回告诉设备状态情况
CameraApiService::query()->putCameraPlateNoBody(['list' => $data]); CameraApiService::query()->putCameraPlateNoBody(['list' => $data]);

Loading…
Cancel
Save