|
@@ -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);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
|
|
|
|