Files
ProxyPanel/config/bt.php
兔姬桑 a0922521cf 初始化
2020-08-05 03:19:28 +08:00

8 lines
202 B
PHP

<?php
// 宝塔API action
return [
'getSystemTotal' => '/system?action=GetSystemTotal',
'getDiskInfo' => '/system?action=GetDiskInfo',
'getNetWork' => '/system?action=GetNetWork',
];