kevinElken 10 месяцев назад
Родитель
Сommit
1809e4ba82

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

@@ -235,15 +235,7 @@ 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!
-    ",
+    '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!",
 
 
     # 奖金

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

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

+ 2 - 1
console/controllers/ToolController.php

@@ -214,7 +214,8 @@ class ToolController extends BaseController
      */
     public function actionSendSms()
     {
-        Sms::sendSMS('620699181539139643', '18511880790', 'Elken: hello AE', '752297229909364736', 'welcomePack');
+        $message = \Yii::t('app', 'decRegistrationSmsContent', ['userName' => 'AEtestSMS', 'passWord' => '111111']);
+        Sms::sendSMS('620699181539139643', '18511880790', $message, '752297229909364736', 'welcomePack');
     }
 
     public function actionUpdatePercent() {