sunxiaobiao 1 месяц назад
Родитель
Сommit
15b3a4b2f3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      crmeb/services/AliYunSmsService.php

+ 2 - 2
crmeb/services/AliYunSmsService.php

@@ -48,8 +48,8 @@ class AliYunSmsService
48
                         $mobile = substr($mobile, 3);
48
                         $mobile = substr($mobile, 3);
49
                     }
49
                     }
50
                     $SignName = '融合华夏';
50
                     $SignName = '融合华夏';
51
-                    $TemplateCode = 'SMS_311255692';
52
-                    $content = '【华夏幸福保】您的验证码是:' . $code;
51
+                    $TemplateCode = 'SMS_481025122';
52
+                    $content = '【华夏幸福保】您的验证码是:' . $code . ',请勿泄露于他人!';
53
                 } else {
53
                 } else {
54
                     if (strpos($mobile, '+') === 0) {
54
                     if (strpos($mobile, '+') === 0) {
55
                         $mobile = substr($mobile, 1);
55
                         $mobile = substr($mobile, 1);