Explorar el Código

默认变更列表

kirin hace 1 semana
padre
commit
b9dcd58c5b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      crmeb/services/NewSmsServer.php

+ 1 - 0
crmeb/services/NewSmsServer.php

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