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