作者 邓超

优化

@@ -73,7 +73,7 @@ class SyncMail { @@ -73,7 +73,7 @@ class SyncMail {
73 $this->db = db(); 73 $this->db = db();
74 74
75 if(!is_array($email)){ 75 if(!is_array($email)){
76 - $email = $this->db->cache(3600)->first(emailSql::first($email)); 76 + $email = $this->db->cache(300)->first(emailSql::first($email));
77 if(!$email){ 77 if(!$email){
78 abort('未查询到邮箱'); 78 abort('未查询到邮箱');
79 } 79 }