From 2044d963d59ea15cde3c3fe86dd3a85111865277 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Thu, 14 Feb 2019 13:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/install/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/install/controller/Index.php b/application/install/controller/Index.php index 872f16900..0e29496f9 100644 --- a/application/install/controller/Index.php +++ b/application/install/controller/Index.php @@ -159,7 +159,7 @@ class Index extends Common $ret = $this->ParamsCheck($params); if($ret['code'] != 0) { - new \base\Behavior(['msg'=>'参数校验['.json_encode($ret).']']); + new \base\Behavior(['msg'=>'参数校验['.json_encode($ret, JSON_UNESCAPED_UNICODE).']']); return $ret; } -- GitLab