Authored by hf

gulp ge to gzip css js

... ... @@ -139,7 +139,9 @@ class SearchData
$param['order'] = $order;
$param['page'] = $page;
$param['limit'] = $limit;
if (!empty($condition)) {
$param += $condition;
}
$param['client_secret'] = Sign::getSign($param);
return Yohobuy::get(Yohobuy::API_URL, $param, 600); // 有缓存10分钟
... ...
This diff could not be displayed because it is too large.