作者 邓超

x

@@ -1177,10 +1177,10 @@ class Imap { @@ -1177,10 +1177,10 @@ class Imap {
1177 $status = strtolower(explode(' ',$line)[1]??''); 1177 $status = strtolower(explode(' ',$line)[1]??'');
1178 // 脚本异常 1178 // 脚本异常
1179 if($status == 'bad'){ 1179 if($status == 'bad'){
1180 - logs($cmd); 1180 +// logs($cmd);
1181 throw new \Exception('request bad:'.$line); 1181 throw new \Exception('request bad:'.$line);
1182 }elseif($status == 'no'){ 1182 }elseif($status == 'no'){
1183 - logs($cmd); 1183 +// logs($cmd);
1184 throw new \Exception('命令失败 NO:'.$line); 1184 throw new \Exception('命令失败 NO:'.$line);
1185 } 1185 }
1186 }else{ 1186 }else{