setName('nobility-over-time') ->setDescription('爵位到期'); // } /** * 清理过期装扮 * @param Input $input * @param Output $output * @return int|void|null * @throws \think\Exception * @throws \think\exception\PDOException */ protected function execute(Input $input, Output $output) { while (true) { sleep(1); $reslut = model('api/Nobility')->user_nobility_over_time(); echo '爵位到期!'; } } }