error('未设置BT面板接口密钥,请先设置插件'); } } /** * 首页 */ public function index() { $api = new Api(); $api->getTaskCount(); return $this->view->fetch(); } }