Your Name 3 лет назад
Родитель
Сommit
50c3eb455f
1 измененных файлов с 1 добавлено и 1 удалено
  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);
             }
         }
     }