From a865e0bfc96b41197147edc349ea2403ea2d30cd Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Mon, 29 Jun 2026 14:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95redis2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Device/CameraApiController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/Device/CameraApiController.php b/app/Http/Controllers/Device/CameraApiController.php index 761722e..1b28be5 100644 --- a/app/Http/Controllers/Device/CameraApiController.php +++ b/app/Http/Controllers/Device/CameraApiController.php @@ -28,7 +28,6 @@ class CameraApiController extends BaseController $data = ParkingCamera::query()->select(['id', 'camera_ip', 'status']) ->get() ->toArray(); - Redis::set('camera_body', json_encode($data), 300); return $this->responseService->success(['list' => $data]); }