handle(); return $this->jsonSuccess(); } /** * @Post("/mail/code", name="home.verify.mail_code") */ public function mailCodeAction() { $service = new MailCodeService(); $service->handle(); return $this->jsonSuccess(); } }