From 40b2e3fff101c90d2ccf2c814abd831319e4e0ee Mon Sep 17 00:00:00 2001 From: devil_gong Date: Wed, 20 Feb 2019 18:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=A8=8B=E5=BA=8F=E4=BC=98?= =?UTF-8?q?=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 381c5c53a..b1f7b8b92 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, JSON_UNESCAPED_UNICODE).']']); + new \base\Behavior(['msg'=>'参数校验['.$ret['msg'].']']); return $ret; }