|
|
@ -17,8 +17,8 @@ class BaseService |
|
|
'protocol' => 'http', |
|
|
'protocol' => 'http', |
|
|
'ip' => $ip, |
|
|
'ip' => $ip, |
|
|
'port' => '', |
|
|
'port' => '', |
|
|
'username' => env('device_username'), |
|
|
'username' => env('device_username', 'admin'), |
|
|
'password' => env('device_password'), |
|
|
'password' => env('device_password', 'Xingtong1124'), |
|
|
]; |
|
|
]; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|