瀏覽代碼

测试用验证码

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.');