Authored by hf

modify api to yohobuy test env

... ... @@ -25,7 +25,7 @@ class IndexController extends AbstractAction
$this->setNavFooter();
// 生成HTML (index.html)
// $this->_view->html('index');
$this->_view->html('index');
// 渲染模板
$this->_view->display('index', $data);
... ...