Quellcode durchsuchen

测试用验证码

zhangdehua vor 1 Jahr
Ursprung
Commit
c09bc0200e
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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.');