mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
安装程序优化
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user