Authored by Rock Zhang

Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into hotfix/apichange-bug

Code Review By Rock Zhang
... ... @@ -139,7 +139,7 @@ class Yohobuy
if (!empty($data)) {
$url = self::httpBuildQuery($url, $data);
}
var_dump($url);
/* 开启缓存的情况 */
if ($cache && USE_CACHE) {
// 先尝试获取一级缓存(master), 有数据则直接返回.
... ...
... ... @@ -10,4 +10,4 @@ require('./list');
require('./detail/detail');
require('./detail/loadmore');
require('./detail/consultform');
require('./detail/hot-rank');
\ No newline at end of file
require('./newsale/hot-rank');
\ No newline at end of file
... ...