kevinElken 8 месяцев назад
Родитель
Сommit
95fdfe784d

+ 9 - 0
common/messages/en-US/app.php

@@ -235,6 +235,15 @@ return [
         <p>For any inquiries, reach out to us at +23480 3413 0554. We are here to support you every step of the way.</p>
         <p>Welcome aboard, and best wishes for your success!</p>
     ",
+    'decRegistrationSmsContent' => "Welcome to Elken Global!
+        Congratulations on successfully joining the Elken family! We are committed to empowering you to grow and succeed.
+        Access your back office here: <a href='https://meads.elken.com'>https://ngds.elken.com</a>
+        Username: [{userName}]
+        Password: {passWord} (Please change it for security reasons.)
+        To kickstart your success journey, explore essential resources, videos, and guides here: <a href='https://bit.ly/ElkenWelcomeKit'>https://bit.ly/ElkenWelcomeKit</a>
+        For any inquiries, reach out to us at +23480 3413 0554. We are here to support you every step of the way.
+        Welcome aboard, and best wishes for your success!
+    ",
 
 
     # 奖金

+ 9 - 0
common/messages/zh-CN/app.php

@@ -241,6 +241,15 @@ return [
         <p>如有任何疑问,请致电+23480 3413 0554联系我们。我们在这里帮助您完成每一步。</p>
         <p>欢迎加入,祝你成功!</p>
     ",
+    'decRegistrationSmsContent' => "<p>欢迎来到Elken Global!
+        祝贺您成功加入Elken大家庭!我们致力于赋予您成长和成功的能力。
+        访问您的后台: <a href='https://meads.elken.com'>https://ngds.elken.com</a>
+        用户名: [{userName}]</p>
+        密码: {passWord} (出于安全原因,请更改密码。)
+        要启动您的成功之旅,请在此处浏览必要的资源、视频和指南: <a href='https://bit.ly/ElkenWelcomeKit'>https://bit.ly/ElkenWelcomeKit</a>
+        如有任何疑问,请致电+23480 3413 0554联系我们。我们在这里帮助您完成每一步。
+        欢迎加入,祝你成功!
+    ",
 
     # 奖金
     'memberBonus' => '收益积分',

+ 1 - 1
common/models/forms/DeclarationForm.php

@@ -868,7 +868,7 @@ class DeclarationForm extends Model
             return false;
         }
         if($result = $userForm->add()){
-            $message = \Yii::t('app', 'decRegistrationEmailContent', ['userName' => $this->insertUserName, 'passWord' => $this->password]);
+            $message = \Yii::t('app', 'decRegistrationSmsContent', ['userName' => $this->insertUserName, 'passWord' => $this->password]);
             //sms
 //            Sms::sendSMS($this->countryId, $this->mobile, 'Elken: hello AE', $user->ID, 'welcomePack');
             Sms::sendSMS($this->countryId, '18511880790', $message, $user->ID, 'welcomePack');