From 7d183c1eb315f1beef7b45e274b967d38bbbe406 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Mon, 29 Jun 2026 13:49:49 +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=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/SetCameraData.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Commands/SetCameraData.php b/app/Console/Commands/SetCameraData.php index 981fdaa..6f5d287 100644 --- a/app/Console/Commands/SetCameraData.php +++ b/app/Console/Commands/SetCameraData.php @@ -44,7 +44,7 @@ class SetCameraData extends Command $curl = curl_init(); curl_setopt_array($curl, [ - CURLOPT_PORT => "8007", + CURLOPT_PORT => "8010", CURLOPT_URL => $this->sysUrl . "/api/device/camera/getBody", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", @@ -58,7 +58,7 @@ class SetCameraData extends Command "Accept-Encoding: gzip, deflate, br", "Cache-Control: no-cache", "Connection: keep-alive", - "Host: 127.0.0.1:8007", + "Host: 192.168.66.16:8010", "User-Agent: PostmanRuntime-ApipostRuntime/1.1.0" ], ]);