zhangdehua 1 год назад
Родитель
Сommit
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.');