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;
         }