Your Name há 3 anos atrás
pai
commit
50c3eb455f
1 ficheiros alterados com 1 adições e 1 exclusões
  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);
             }
         }
     }