process(); // 在调用后进行处理 //todo 登录日志是否需要 return $result; } catch (AdminException $e) { var_dump($e->getMessage()); throw new AdminException($e->getMessage()); } } }