Jelajahi Sumber

feat: EK-744: 发送短信

kevinElken 9 bulan lalu
induk
melakukan
79833c8f40
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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 {