From 214ff67a55d395e4c23f26aa2faf2df3949a28ce Mon Sep 17 00:00:00 2001 From: Karson Date: Wed, 20 May 2026 17:59:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/controller/Backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/controller/Backend.php b/application/common/controller/Backend.php index 3a1a13e0..6dca6453 100644 --- a/application/common/controller/Backend.php +++ b/application/common/controller/Backend.php @@ -476,7 +476,7 @@ class Backend extends Controller try { $result = $selectPage->execute($this->request->request()); } catch (\think\Exception $e) { - $this->error($e->getMessage()); + $this->error(__($e->getMessage())); } return json($result);