Преглед изворни кода

更换短信验证码模板

sunxiaobiao пре 1 месец
родитељ
комит
15b3a4b2f3
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      crmeb/services/AliYunSmsService.php

+ 2 - 2
crmeb/services/AliYunSmsService.php

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