diff --git a/application/command/Install.php b/application/command/Install.php index 7b6caf6..0b78a35 100644 --- a/application/command/Install.php +++ b/application/command/Install.php @@ -55,7 +55,7 @@ class Install extends Command { if ($input->hasOption('db')) { try { - $options = $options = $this->parseDsnConfig($input->getOption('db')); + $options = $this->parseDsnConfig($input->getOption('db')); Connection::instance($options)->getTables($options['database']); $confPath = Env::get('config_path'); diff --git a/application/wiki/view/index/detail.html b/application/wiki/view/index/detail.html index 83483f2..bda647c 100644 --- a/application/wiki/view/index/detail.html +++ b/application/wiki/view/index/detail.html @@ -81,14 +81,6 @@ 参数名字类型字段状态默认值其他说明 - - version - String - 必填 - {:config('apiadmin.APP_VERSION')} - - API版本号【请在Header头里面传递】 - access-token String @@ -183,7 +175,7 @@ imgExpanded: "/static/jsonFormater/Expanded.gif" }; window.jf = new JsonFormater(options); - jf.doFormat({$detail["return_str"]}); + jf.doFormat({:htmlspecialchars_decode($detail["return_str"])}); }(); }); $('.ui .vertical').css('max-height', $('#detail').outerHeight(true));