From 67044c3be4aa2acb7a864ea672109300370227aa Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Mon, 29 Jun 2026 15:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=84=9A=E6=9C=AC=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E6=8F=90=E7=A4=BA5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/SetCameraData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/SetCameraData.php b/app/Console/Commands/SetCameraData.php index 604549f..13e4dd9 100644 --- a/app/Console/Commands/SetCameraData.php +++ b/app/Console/Commands/SetCameraData.php @@ -32,7 +32,7 @@ class SetCameraData extends Command parent::__construct(); $this->sysUrl = env('SYS_URL', '192.168.66.16'); $this->sysPost = env('SYS_POST', ''); - $this->sysHttp = env('SYS_HOST', 'http'); + $this->sysHttp = env('SYS_HTTP', 'http'); } /**