Authored by 郭成尧

'handle-todo'

... ... @@ -375,9 +375,6 @@ class SearchController extends AbstractAction
}
}
$condition = array(); // TODO TAR 待删除
$condition['page'] = 1; // TODO TAR 待删除
$data = Product\SearchModel::getSearchData($condition, $showTag, $tagNew, $tagSale);
} while (false);
... ...
... ... @@ -135,7 +135,6 @@ class IndexController extends AbstractAction
}
/* 品牌域名参数 @see Bootstrap.php */
$domain = $this->param('named');
$domain = 'colormad'; //TODO TAR 待删除
if (empty($domain)) {
$this->go(SITE_MAIN);
}
... ...
... ... @@ -14,11 +14,9 @@ defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer');
define('USE_INTER_FACE_SHUNT', false);//分流开关
#dev环境
// TODO TAR 开发调的线上接口
//define('API_URL', 'http://dev-api.yohops.com:9999/');
//define('SERVICE_URL', 'http://dev-service.yohops.com:9999/');
define('API_URL', 'http://api.yoho.yohoops.org/');
define('SERVICE_URL', 'http://service.yoho.yohoops.org/');
define('API_URL', 'http://dev-api.yohops.com:9999/');
define('SERVICE_URL', 'http://dev-service.yohops.com:9999/');
define('YOHOBUY_URL', 'http://www.yohobuy.com/');
define('SERVICE_NOTIFY', 'http://test2.open.yohobuy.com/');
define('API_OLD', 'http://devservice.yoho.cn:58077/');
... ...