From ea8fd90e53a4811d383324aac8127838b9b7dd49 Mon Sep 17 00:00:00 2001 From: wanghousheng Date: Sat, 3 Feb 2024 13:47:11 +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 df47c105..f4a6a436 100644 --- a/config/status.php +++ b/config/status.php @@ -8,5 +8,5 @@ return [ // 没有权限访问 'not_permission' => 403, // 服务器内部错误 - 'error' => 400, + 'error' => 500, ];