Эх сурвалжийг харах

feat: EK-744: 发送短信

kevinElken 8 сар өмнө
parent
commit
79833c8f40

+ 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 {