Browse Source

优化脚本成功提示5

master
wanghongjun 1 month ago
parent
commit
67044c3be4
  1. 2
      app/Console/Commands/SetCameraData.php

2
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');
}
/**

Loading…
Cancel
Save