Mike 4 年之前
父节点
当前提交
02ebb7807f
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      app/Helpers/functions.php

+ 2 - 3
app/Helpers/functions.php

xqd
@@ -35,9 +35,8 @@ if (!function_exists('exit_out')) {
         }
 
         $json = json_encode($out, JSON_UNESCAPED_UNICODE);
-        echo $json;
-        die();
-        //throw new ExitOutException($json);
+
+        throw new ExitOutException($json);
     }
 }