正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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{ |
-
请 注册 或 登录 后发表评论