zhangdehua пре 1 година
родитељ
комит
c09bc0200e
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      app/index/controller/Captcha.php

+ 2 - 0
app/index/controller/Captcha.php

@@ -57,6 +57,8 @@ class Captcha extends Controller
      */
     public function sendEmailCaptcha(): Json
     {
+        //todo
+        return $this->renderSuccess('Sent Successful!Please check your new mails.');
         $MailCaptchaService = new MailCaptchaService;
         if ($MailCaptchaService->handle($this->postForm())) {
             return $this->renderSuccess('Sent Successful!Please check your new mails.');