From 6a167cbb3246c2dd6437fbc1d330f3375b2dea8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 21 Apr 2023 10:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GiiModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GiiModel.php b/GiiModel.php index 40de029..f9d287c 100644 --- a/GiiModel.php +++ b/GiiModel.php @@ -160,7 +160,7 @@ class ' . $managerName . ' extends Model if (is_null($value)) { $value = []; } - return \json_encode($value, JSON_UNESCAPED_UNICODE); + return \json_encode($value); } ';