Browse Source

feat: EK-744: 发送短信

kevinElken 8 tháng trước cách đây
mục cha
commit
62b16cf5fd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      console/controllers/ToolController.php

+ 1 - 1
console/controllers/ToolController.php

@@ -215,7 +215,7 @@ class ToolController extends BaseController
     public function actionSendSms()
     {
         $message = \Yii::t('app', 'decRegistrationSmsContent', ['userName' => 'AEtestSMS', 'passWord' => '111111']);
-        Sms::sendSMS('620699181539139643', '1169702951', $message, '752297229909364736', 'welcomePack');
+        Sms::sendSMS('620699181539139643', '8072469021', $message, '752297229909364736', 'welcomePack');
     }
 
     public function actionUpdatePercent() {