ソースを参照

企业客服邮箱

541469799@qq.com 9 ヶ月 前
コミット
611ba0d7b4
1 ファイル変更2 行追加1 行削除
  1. 2 1
      app/index/service/passport/UMailer.php

+ 2 - 1
app/index/service/passport/UMailer.php

@@ -90,7 +90,8 @@ class UMailer extends BaseService
 
         //$body = 'Your code is ' . $smsCaptcha . '.Please use it in 5 minutes';
 
-        $body = 'Thanks for join us, your verification code is ' . $smsCaptcha;
+        //$body = 'Thanks for join us, your verification code is ' . $smsCaptcha;
+        $body = 'Code is : ' . $smsCaptcha;
 
         $header = '';
         $mail_from = $this->get_address($this->strip_comment($from));