提交 2044d963 编写于 作者: D devil_gong

安装优化

上级 5e3b4b76
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册