Your Name hace 3 años
padre
commit
50c3eb455f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tool/work/lib/Cron.php

+ 1 - 1
tool/work/lib/Cron.php

@@ -26,7 +26,7 @@ Class Cron
             $admin = Dever::db('manage/admin')->find($group_id[1]);
             $content = $this->email_api($v,$admin);
             if ($content) {
-                $this->send('18310811143@qq.com', $admin['username'], $title, $content);
+                $this->send('1849506057@qq.com', $admin['username'], $title, $content);
             }
         }
     }