作者 邓超

x

@@ -1044,6 +1044,7 @@ class Imap { @@ -1044,6 +1044,7 @@ class Imap {
1044 $status = strtolower(explode(' ',$line)[1]??''); 1044 $status = strtolower(explode(' ',$line)[1]??'');
1045 // 脚本异常 1045 // 脚本异常
1046 if($status == 'bad'){ 1046 if($status == 'bad'){
  1047 + logs($cmd);
1047 throw new \Exception('request bad:'.$line); 1048 throw new \Exception('request bad:'.$line);
1048 } 1049 }
1049 }else{ 1050 }else{