stanley-king 1 vuosi sitten
vanhempi
commit
0e90e6a1ee
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      test/TestSms.php

+ 10 - 0
test/TestSms.php

@@ -52,6 +52,16 @@ class TestSms extends TestCase
         }
     }
 
+    public function testSMS()
+    {
+        $type = 879588;//'balance_warning';
+        $mobile = '13911129867';
+        $sms = new Sms();
+        $datas = [date("m月d日H时") , 1000];
+        $status = $sms->send_oper($mobile,$type,$datas);
+
+    }
+