Ver código fonte

更换短信验证码模板

sunxiaobiao 1 mês atrás
pai
commit
1211e57b39
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      crmeb/services/AliYunSmsService.php

+ 1 - 1
crmeb/services/AliYunSmsService.php

@@ -47,7 +47,7 @@ class AliYunSmsService
47 47
                     if (strpos($mobile, '+86') === 0) {
48 48
                         $mobile = substr($mobile, 3);
49 49
                     }
50
-                    $SignName = '融合华夏';
50
+                    $SignName = '北京融合华夏数字文化科技';
51 51
                     $TemplateCode = 'SMS_481025122';
52 52
                     $content = '【华夏幸福保】您的验证码是:' . $code . ',请勿泄露于他人!';
53 53
                 } else {