|
|
@@ -8,7 +8,7 @@ class NewSmsServer
|
|
|
private static $sign = '高新区狮山熙思研美容中心';
|
|
|
public static function send($phone,$code)
|
|
|
{
|
|
|
- var_dump($phone,$code);
|
|
|
+// var_dump($phone,$code);
|
|
|
$data['username'] = self::$username;
|
|
|
$data['tKey'] = time();
|
|
|
$data['password'] = md5(md5(self::$password).$data['tKey']);
|
|
|
@@ -20,7 +20,7 @@ class NewSmsServer
|
|
|
],true,true,0);
|
|
|
$rs = json_decode($rs,true);
|
|
|
|
|
|
- var_dump($rs);
|
|
|
+// var_dump($rs);
|
|
|
return $rs;
|
|
|
|
|
|
}
|