bt.php 202 B

12345678
  1. <?php
  2. // 宝塔API action
  3. return [
  4. 'getSystemTotal' => '/system?action=GetSystemTotal',
  5. 'getDiskInfo' => '/system?action=GetDiskInfo',
  6. 'getNetWork' => '/system?action=GetNetWork',
  7. ];