stanley-king 1 år sedan
förälder
incheckning
0e90e6a1ee
1 ändrade filer med 10 tillägg och 0 borttagningar
  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);
+
+    }
+