Browse Source

企业客服邮箱

541469799@qq.com 9 tháng trước cách đây
mục cha
commit
611ba0d7b4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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));