소스 검색

修复注册

541469799@qq.com 1 년 전
부모
커밋
91ec4dd8fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/index/service/passport/MailCaptcha.php

+ 1 - 1
app/index/service/passport/MailCaptcha.php

@@ -115,7 +115,7 @@ class MailCaptcha extends BaseService
         } catch (Exception $e) {
             //echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}";
             Log::error(__CLASS__ . ':' . __METHOD__ . $e->getMessage() . '---' . $mail->ErrorInfo);
-            Log::error(__CLASS__ . ':' . __METHOD__, ['errMsg' => $e->getMessage(), 'mailError' => $mail->ErrorInfo]);
+            Log::error(__CLASS__ . ':' . __METHOD__ . ',error:' . $e->getMessage() . ',mailError:' . $mail->ErrorInfo);
             return false;
         }