Browse Source

固定16服务器ip测试2

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

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

Loading…
Cancel
Save