From 304fde3db811b361ede05c860b7ca13e475982b2 Mon Sep 17 00:00:00 2001 From: wanghousheng Date: Sat, 3 Feb 2024 13:42:43 +0800 Subject: [PATCH] 1 --- config/status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/status.php b/config/status.php index f4a6a436..df47c105 100644 --- a/config/status.php +++ b/config/status.php @@ -8,5 +8,5 @@ return [ // 没有权限访问 'not_permission' => 403, // 服务器内部错误 - 'error' => 500, + 'error' => 400, ];