提交其他文件
This commit is contained in:
21
config/iot.php
Normal file
21
config/iot.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
// IoT 设备配置
|
||||
// 门禁配置
|
||||
return [
|
||||
// 通通锁
|
||||
'ttlock' => [
|
||||
'base_url' => 'https://cnapi.sciener.com',
|
||||
'client_id' => 'f5e04886d0b94e128a3115f895e29e22',
|
||||
'client_secret' => '3b3d0eea32242e6b8dddb6ddb9fa9080',
|
||||
'username' => '18184888888',
|
||||
'password' => 'cz221001',
|
||||
],
|
||||
|
||||
//(空开)
|
||||
'other' => [
|
||||
'base_url' => 'https://iot-api.unisoft.cn',
|
||||
'app_key' => 'ptyVWcgl9p',
|
||||
'app_secret' => 'c9fc117f9ec942449c7e61812cd245b4',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user