setName('close-user-sign-contract') ->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) { $reslut = model('api/UserSignContract')->close_user_sign_contract(); echo '定时查询签约是否结束进行解约!'.PHP_EOL; } }