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

feat: EK-744: 发送短信

kevinElken пре 8 месеци
родитељ
комит
79833c8f40
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      common/components/SilverStreet.php

+ 2 - 2
common/components/SilverStreet.php

@@ -19,8 +19,8 @@ class SilverStreet extends Component {
             'username' => $this->username,
             'password' => $this->password,
             'sender' => $this->sender,
-            'mobile' => $mobile,
-            'content' => $content,
+            'destination' => $mobile,
+            'body' => $content,
         ];
 
         try {