error('本功能只有在演示环境下在能使用', '', '/'); } $output = Console::call('admin:reset:password', [ '--password=123456', ]); return $output->fetch(); } }