setName('test') ->setDescription('脚本测试'); } protected function execute(Input $input, Output $output) { $res = new Api($this->app); print_r($res->upload()->getData()); } }