Files
2026-03-11 18:24:59 +08:00

21 lines
531 B
PHP

<?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',
],
];