소스 검색

测试用验证码

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