From cc79ce8b6ad77563761f8838471c8ead77df539c Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Mon, 29 Jun 2026 13:54:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A16=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?ip=E6=B5=8B=E8=AF=952?= 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 6f5d287..76c5d0d 100644 --- a/app/Console/Commands/SetCameraData.php +++ b/app/Console/Commands/SetCameraData.php @@ -29,7 +29,7 @@ class SetCameraData extends Command public function __construct() { parent::__construct(); - $this->sysUrl = env('sys_url', ''); + $this->sysUrl = env('sys_url', 'http://192.168.66.16:8010'); } /**