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" ], ]);